We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf5deb commit 9fe2453Copy full SHA for 9fe2453
1 file changed
select2.js
@@ -1865,7 +1865,7 @@
1865
1866
this.search.bind("keyup", this.bind(this.resizeSearch));
1867
1868
- this.search.bind("blur", this.bind(function() {
+ this.search.bind("blur", this.bind(function(e) {
1869
this.container.removeClass("select2-container-active");
1870
this.search.removeClass("select2-focused");
1871
this.clearSearch();
0 commit comments