1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests/data
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
..
array-tests.js Added test to make sure the options are generated 2014-11-06 12:12:43 -05:00
array.html Added basic tests for select2/data/array 2014-10-21 21:43:58 -04:00
base-tests.js Linted tests 2014-10-21 21:43:57 -04:00
base.html Broke out a base data adapter 2014-10-21 21:43:57 -04:00
maximumInputLength-tests.js Added maximumInputLength support 2014-11-26 21:52:49 -05:00
maximumInputLength.html Added maximumInputLength support 2014-11-26 21:52:49 -05:00
minimumInputLength-tests.js Added tests for tags 2014-11-25 21:28:16 -05:00
minimumInputLength.html Added tests for minimumInputLength 2014-11-25 20:12:17 -05:00
select-tests.js Universally use the object query return 2015-01-07 21:11:32 -05:00
select.html Support duplicate options 2014-12-17 20:36:06 -05:00
tags-tests.js Universally use the object query return 2015-01-07 21:11:32 -05:00
tags.html Added tests for tags 2014-11-25 21:28:16 -05:00