1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests
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
..
a11y Changed how the builds are done 2015-01-22 14:49:39 -05:00
data Changed how the builds are done 2015-01-22 14:49:39 -05:00
dropdown Added modules for stopping event propagation 2015-02-09 20:04:01 -05:00
options Fixed missing jQuery import 2015-01-29 09:15:02 -05:00
selection Added modules for stopping event propagation 2015-02-09 20:04:01 -05:00
utils Pass through non-strings in escapeMarkup 2015-02-06 19:45:10 -05:00
vendor Added Utils.Decorate and tests 2014-10-21 21:43:56 -04:00
helpers.js Fixed missing jQuery import 2015-01-29 09:15:02 -05:00