jquery 1.4 compat impl of focus check
This commit is contained in:
parent
450aad8f46
commit
bd8c40b0e8
@ -1215,7 +1215,7 @@
|
||||
},
|
||||
|
||||
isFocused: function () {
|
||||
return this.search.is(":focus");
|
||||
return this.search.hasClass("select2-focused");
|
||||
},
|
||||
|
||||
updateSelection: function (data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user