Skip to content

Commit 7567643

Browse files
authored
Merge pull request #1876 from fabienwnklr/master
2 parents bb4c752 + dcb46ad commit 7567643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ $.extend(Selectize.prototype, {
19261926
// this fixes some weird tabbing behavior in FF and IE.
19271927
// See #1164
19281928
if (self.isBlurring) {
1929-
self.$control_input.blur(); // close keyboard on iOS
1929+
self.$control_input[0].blur(); // close keyboard on iOS
19301930
}
19311931
}
19321932

0 commit comments

Comments
 (0)