You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: