1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/dist
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
..
css Add box-sizing to another area 2015-02-13 23:37:29 -05:00
js Clone the tabindex from the original select 2015-02-13 23:57:18 -05:00