1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests/utils
Kevin Brown 217cd4cfd0 Added inline searching for multiple selects
This adds a search box to the main container for multiple select
boxes, similar to the what the old version had. This can still be
swapped out such that the search box displays above the results
like it previously did.

The placeholder for multiple selects will also now use the input
attribute of the search box instead of generating a custom element.

This also changes the selector for the search container to
`.select2-search`, which is consistent with the old class and
reduces the complexity of the selectors.

This fixes an issue with how decorators worked, where the constructor
from the parent class would clobber the custom constructor that is
generated for the new decorated class. This has been fixed by
excluding the constructor from the list of fields which are
transferred when decorating classes.
2014-11-22 19:21:46 -05:00
..
decorator-tests.js Added inline searching for multiple selects 2014-11-22 19:21:46 -05:00
decorator.html Added Utils.Decorate and tests 2014-10-21 21:43:56 -04:00