Skip to content
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

Empy drop down won't close with Escape #234

Closed
bhartsfield opened this issue Mar 6, 2012 · 1 comment
Closed

Empy drop down won't close with Escape #234

bhartsfield opened this issue Mar 6, 2012 · 1 comment
Assignees
Labels

Comments

@bhartsfield
Copy link

Simple issue really, but if an empty drop down is opened, the escape key will not close it.

@esta
Copy link

esta commented Apr 2, 2012

I fixed it!
you only have to change
e.which (on keypress event)
to e.keyCode
good luck!!!
thanks for this multiselect very useful!!!

@mlh758 mlh758 added the minor label Jan 4, 2017
@mlh758 mlh758 self-assigned this Jan 4, 2017
@mlh758 mlh758 closed this as completed in e43a12c Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants