forked from select2/select2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selectOnClose now properly works with closeOnSelect
Previously we hacked around the infinite loop between closeOnSelect and selectOnClose by attempting to detect what event was being triggered without knowing what event triggered it. Now we properly relay the Select2 event and the jQuery event that triggered the select or unselect This closes select2#4012
- Loading branch information
1 parent
ad8447c
commit 481c438
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters