1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/tests
Kevin Brown 05cbaf7bf7 Universally use the object query return
There was a plan to universally use an array as the return from
query methods, but now that we've realized pagination and extra
things are impossible without it, we're going back to the return
object. Anyone looking to migrate their data should be returning
an object with the key `results` containing what they previously
returned.

This should fix https://github.com/select2/select2/issues/2898
2015-01-07 21:11:32 -05:00
..
data Universally use the object query return 2015-01-07 21:11:32 -05:00
options Support data-* attributes for configuration 2014-12-10 15:23:39 -05:00
selection Add tests for the multiple selection container 2014-11-26 20:50:39 -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