1
0
Fork 0
mirror of synced 2025-04-04 21:53:32 +03:00
select2/tests
Kevin Brown 6645ffd4bd
Select2 now clears the internal ID when it is destroyed (#5587)
This fixes a bug where if you cloned a Select2, the internal ID used
for mapping elements (specifically the `<select>`) to the in-memory
data store would be cloned as well, causing issues when you tried to
initialize Select2 on the cloned element. This was because we did not
properly clear all of the internal data and all of the internal
attributes that Select2 uses when we destroyed it. The internal
`data-select2-id` attribute was not being cleared, and this was the
attribute being used for the internal mapping.

Now we properly clear the `data-select2-id` attribute from the element
when we call `RemoveData` on the element. This aligns with what we
were trying to do, since we previously cleared out the internal store
for that ID, and fixes the issue we were seeing when cloning.

Fixes #5247
2019-07-27 21:37:43 -04:00
..
a11y Mirror disabled state through aria-disabled on selection (#5579) 2019-07-21 11:44:09 -04:00
data Fix generated options not receiving result IDs (#5586) 2019-07-27 16:37:57 -04:00
dropdown Test against jQuery 3.4.1 (#5531) 2019-06-25 22:05:15 -04:00
integration Fix tag creation being broken in 4.0.7 (#5558) 2019-07-09 19:13:03 -04:00
options Add computedstyle option for calculating the width (#5559) 2019-07-09 19:44:33 -04:00
results Convert source and tests to unix newlines 2019-07-20 23:01:38 -04:00
selection Do not propagate click when search box is not empty (#5580) 2019-07-21 13:04:51 -04:00
utils Select2 now clears the internal ID when it is destroyed (#5587) 2019-07-27 21:37:43 -04:00
vendor Test against jQuery 3.4.1 (#5531) 2019-06-25 22:05:15 -04:00
helpers.js Update grunt-contrib-qunit to latest version (#5530) 2019-06-04 22:43:52 -04:00
integration-jq1.html Restore compatibility with data-* attributes in jQuery 2.x (#5486) 2019-04-27 22:20:56 -04:00
integration-jq2.html Restore compatibility with data-* attributes in jQuery 2.x (#5486) 2019-04-27 22:20:56 -04:00
integration-jq3.html Test against jQuery 3.4.1 (#5531) 2019-06-25 22:05:15 -04:00
unit-jq1.html Select2 now clears the internal ID when it is destroyed (#5587) 2019-07-27 21:37:43 -04:00
unit-jq2.html Select2 now clears the internal ID when it is destroyed (#5587) 2019-07-27 21:37:43 -04:00
unit-jq3.html Select2 now clears the internal ID when it is destroyed (#5587) 2019-07-27 21:37:43 -04:00