1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests/a11y
Kevin Brown b382fdca9c Clone the tabindex from the original select
Previously Select2 would assume that the tab index for the
`<select>` was `0`, which is the browser default.  Now Select2 will
clone the tab index from the original element, and correctly restore
it when it is destroyed or disabled/enabled.

This closes https://github.com/select2/select2/issues/3031.
2015-02-13 23:57:18 -05:00
..
selection-tests.js Clone the tabindex from the original select 2015-02-13 23:57:18 -05:00
selection.html Clone the tabindex from the original select 2015-02-13 23:57:18 -05:00