-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Dropdown] Search In-Menu Should Open With Keyboard #4490
Comments
I believe Otherwise the searchable input in the menu will mistakenly get a tab index. |
Thanks for the quick reply. I changed the code to |
I think I have also been bitten by this. JSFiddle & repro instructions Makes a bad experience for power users. |
This is pretty bad |
Fixed in |
…xes issue with selectOnKeydown and html text
Search In-Menu dropdowns can't be opened by keyboard users on tab as it just skips to the next input.
If a tabindex is manually placed on the dropdown then the dropdown opens and closes straight away.
Fiddle
The text was updated successfully, but these errors were encountered: