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
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
I've been wondering, keyDownToggleSearch() method inside dropdownMultiselectController performs a check: if (event.keyCode === 13); therefore, shouldn't keyDownToggleSearch() have an event as an argument? Similarly to keyDownSearchDefault(event) ?
I've been wondering,
keyDownToggleSearch()
method insidedropdownMultiselectController
performs a check:if (event.keyCode === 13)
; therefore, shouldn'tkeyDownToggleSearch()
have anevent
as an argument? Similarly tokeyDownSearchDefault(event)
?Made a pull request for this change.
The text was updated successfully, but these errors were encountered: