1
0
mirror of synced 2025-02-14 11:03:14 +03:00
Kevin Brown ca0fd7c195 Properly disable input handlers in IE
Previously we were only disabling the `input` handler when it was
triggered, which caused a race condition within the `keyup` handlers
which also was triggered by the `input` event. This fixes the issue by
also unbinding the `input` handlers within the `keyup` handler, to avoid
running into the race condition.

Thanks to @Eckankar for pointing out the race condition that still
existed in
66ae2ad1d5

This closes https://github.com/select2/select2/issues/3300
2015-11-09 17:33:30 -05:00
..
2015-03-14 19:05:24 -04:00
2015-02-13 22:49:54 -05:00
2015-03-18 10:48:47 -04:00