Skip to content

Tabindex - why not 0? #22

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

Closed
MojoDK opened this issue May 29, 2015 · 1 comment
Closed

Tabindex - why not 0? #22

MojoDK opened this issue May 29, 2015 · 1 comment

Comments

@MojoDK
Copy link

MojoDK commented May 29, 2015

Hi

If I place a bootstrap-checkbox-x in the middle of several inputs, then using TAB skips the bootstrap-checkbox-x until the end of last control.

Why not use tabindex="0"? This way it will follow the flow?

Thanks

@kartik-v
Copy link
Owner

kartik-v commented Jun 1, 2015

New plugin property tabindex added which defaults to 1000. You can set it to -1 if you need to show it in the beginning. Setting it to false, 0 or empty will not assign a tabindex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants