jquery 1.4 compat impl of focus check
This commit is contained in:
parent
450aad8f46
commit
bd8c40b0e8
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@
|
|||
},
|
||||
|
||||
isFocused: function () {
|
||||
return this.search.is(":focus");
|
||||
return this.search.hasClass("select2-focused");
|
||||
},
|
||||
|
||||
updateSelection: function (data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue