You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent propagating click event to parents (and thus closing the dropdown) #5
Fixed change detection when selecting a single element
Replaced & n b s p ; with css
Allow changing texts input and rerender placeholder on change
Toggle "open" class for container
Refactor: Split template and styles from component class and change file names according to ng conventions
Build: Improve build and release of npm packaging
add wrapper classes setting option & default make default wrapper class inline-block
add autofocus attribute to search text input to focus inside input element on dropdown open
Don't emit dropdownClosed event if the dropdown isn't open!
Fixes closed dropdowns emitting event when multiple instances are used on a page
Don't emit dropdownClosed event if the dropdown isn't open! Fixes closed dropdowns emitting event when multiple instances are used on a page