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

Enter key is preventDefault'd when the dropdown is not open. #34

Closed
scottbessler opened this issue Dec 7, 2012 · 1 comment
Closed
Assignees
Milestone

Comments

@scottbessler
Copy link
Contributor

This seems like it should at least be an option. We have a ChosenListBox in a grid and want to handle Enter ourselves.

  1. tab to ChosenListBox
  2. type something
  3. hit Enter to pick an element
  4. hit Enter again (and it gets swallowed by .preventDefault'd as per: ChosenImpl:607)
jDramaix added a commit that referenced this issue Feb 4, 2013
this addresses the issue with swallowing the enter key event (issue #34)
@jDramaix
Copy link
Contributor

jDramaix commented Feb 4, 2013

Fixed. Thanks

@jDramaix jDramaix closed this as completed Feb 4, 2013
@ghost ghost assigned jDramaix Jun 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants