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

Tabbing Issues #1183

Closed
tylerguenther opened this issue Feb 11, 2021 · 1 comment
Closed

Tabbing Issues #1183

tylerguenther opened this issue Feb 11, 2021 · 1 comment

Comments

@tylerguenther
Copy link

I can't tab to the control. I can move from field to field normally with tab until I get to the multi select drop down. I'm not sure what has focus after I leave the control above it but I have to press tab twice before the multi select gets focus. Is there something I am missing? I can't seem to find any documentation that tabbing has to be set up.

@s-eckard
Copy link
Collaborator

This is caused by the original html select element which is hidden but still is focused when tabbing through the elements. For a quick fix you can add tabindex='-1' to the html select. We will also add this to the lib.

s-eckard added a commit to s-eckard/bootstrap-multiselect that referenced this issue Feb 26, 2021
d-langstein added a commit to s-eckard/bootstrap-multiselect that referenced this issue Mar 1, 2021
davidstutz#1183: Fix tabbing issue and deselection of selected item in single-s…
davidstutz added a commit that referenced this issue Mar 3, 2021
#1183: Fix tabbing issue and deselection of selected item in single-select mode
@s-eckard s-eckard closed this as completed Mar 5, 2021
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