-
Notifications
You must be signed in to change notification settings - Fork 291
onDropDownClose not working #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Another issue with "onDropdownClose" - this method fires with every click on the page. I have created an example https://stackblitz.com/edit/angular-yjgqcs |
The onDropDownClose event is triggered for every click, anywhere on the page!!!! |
There is already an issue for the event getting fired too often: #127 I don't understand the first part of your issue though. You say the expected result is "Get an event for knowing whether the drop down is closed." but that already exists, and you can even see it working in the stackblitz you linked. Are you expecting a parameter of some sort to be passed into the onDropDownClose() event? |
It seems this issue is still not fixed. |
Angular version: 8
ng-multiselect-dropdown version: "^0.2.3"
Description of issue: onDropDownClose not working
Steps to reproduce: Trigger a function using onDropDownClose method it is not working as expected
Expected result: Get an event for knowing whether the drop down is closed.
Actual result: Event is undefined
The text was updated successfully, but these errors were encountered: