Skip to content

Commit 3acc8be

Browse files
committed
Updated selectize.js to latest version.
1 parent eeee68a commit 3acc8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/selectize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! selectize.js - v0.5.2 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
1+
/*! selectize.js - v0.5.3 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
22

33
(function(factory) {
44
if (typeof exports === 'object') {
@@ -894,6 +894,7 @@
894894

895895
this.close();
896896
this.setTextboxValue('');
897+
this.setActiveItem(null);
897898
this.setActiveOption(null);
898899
this.setCaret(this.items.length);
899900
this.isFocused = false;
@@ -1165,7 +1166,6 @@
11651166
*/
11661167
Selectize.prototype.blur = function() {
11671168
this.$control_input.trigger('blur');
1168-
this.setActiveItem(null);
11691169
};
11701170

11711171
/**

0 commit comments

Comments
 (0)