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

arrow keys don't change selection when tabbing to an input #4081

Closed
phazei opened this issue Jan 13, 2016 · 2 comments
Closed

arrow keys don't change selection when tabbing to an input #4081

phazei opened this issue Jan 13, 2016 · 2 comments

Comments

@phazei
Copy link

phazei commented Jan 13, 2016

As can be seen at http://select2.github.io/examples.html

When tabbing through the screen to the first select box that doesn't have select2, you can then hit up/down and cycle through the options. If you tab to the second one, the first on the page that has select2, up and down while it's focused only scrolls the page up and down. It should open the option list and let you key through it.

On multiple select boxes tabbing and using the arrows opens the option list.

@phazei
Copy link
Author

phazei commented Jan 13, 2016

Closing as duplicate of #3472

@phazei phazei closed this as completed Jan 13, 2016
@kevin-brown
Copy link
Member

This is a duplicate of #3472. Multiple selects don't have a preexisting key binding for the arrow keys, so we are currently making it open the dropdown. Single selections do though.

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