1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/tests/selection
Kevin Brown 8f8140e3b0 Added modules for stopping event propagation
This adds `StopPropagation` modules that will stop the propagation
of the most common events from the selection and dropdown containers.
These modules work from a list of 21 common events, most of which
were stopped by default in past versions, and call `stopPropagation`
on them when they are detected at the container level.

These modules are only available in full builds of Select2.

This closes https://github.com/select2/select2/issues/2033.
This closes https://github.com/select2/select2/issues/2974.
2015-02-09 20:04:01 -05:00
..
allowClear-tests.js Trigger the unselect event when clearing placeholder 2015-01-21 19:11:07 -05:00
allowClear.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
multiple-tests.js Hide the search clear icon in webkit 2015-02-09 15:29:28 -05:00
multiple.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
placeholder-tests.js Normalize internal select/unselect events 2015-01-09 10:05:44 -05:00
placeholder.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
single-tests.js Hide the search clear icon in webkit 2015-02-09 15:29:28 -05:00
single.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
stopPropagation-tests.js Added modules for stopping event propagation 2015-02-09 20:04:01 -05:00