1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests
Kevin Brown 7f17291932 Fix support for deep nesting
While deep nesting will not work on a standard `<select>`, we can
emulate it through data objects still, and just handle the display
of the data in the results.

This also means that the horrific deep-nested CSS is back to handle
the padding. I hope that will get fixed over time.

This also fixes one of the performance issues with adding array
data, as options are added at the very end instead of one by one.
2015-01-09 20:50:06 -05:00
..
data Fix support for deep nesting 2015-01-09 20:50:06 -05:00
options Support data-* attributes for configuration 2014-12-10 15:23:39 -05:00
selection Normalize internal select/unselect events 2015-01-09 10:05:44 -05:00
utils Added inline searching for multiple selects 2014-11-22 19:21:46 -05:00
vendor Added Utils.Decorate and tests 2014-10-21 21:43:56 -04:00