1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/dist/js
Kevin Brown fe1374fd11 Hide the x when the container is disabled
This fixes an issue where the `x` in multiple selects (visible next
to the option) would be visible even if the container was disabled.
Because it was still accepting events as well, this would cause the
underlying data to be changed, even though it was disabled. We now
hide the icon using CSS so this issue doesn't occur.

The same applies to the `x` for clearing a placeholder.

https://github.com/select2/select2/issues/2903
2015-01-09 10:47:56 -05:00
..
i18n Universally use the object query return 2015-01-07 21:11:32 -05:00
select2.amd.full.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00
select2.amd.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00
select2.full.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00
select2.full.min.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00
select2.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00
select2.min.js Hide the x when the container is disabled 2015-01-09 10:47:56 -05:00