-
Notifications
You must be signed in to change notification settings - Fork 621
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
Tabindex does not work #1209
Labels
Comments
This issue is not fixed! Tabindex still doesn't work. |
It looks like the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
tabindex
attribute on elements is ignored.To Reproduce
Example HTML, with the select element being enhanced by Choices.js:
Expected behavior
Pressing tab should go from the text input to the dropdown then the second text input. However it skips all elements enhanced by Choices.js. The outer div (class="choices") has
tabindex="0"
while the inner select element hastabindex="-1"
(the latter is expected as the original select shouldn't be focusable).The tab index should be copied across to the Choices element.
Choices version and bundle
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: