We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeee68a commit 3acc8beCopy full SHA for 3acc8be
js/selectize.js
@@ -1,4 +1,4 @@
1
-/*! selectize.js - v0.5.2 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
+/*! selectize.js - v0.5.3 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
2
3
(function(factory) {
4
if (typeof exports === 'object') {
@@ -894,6 +894,7 @@
894
895
this.close();
896
this.setTextboxValue('');
897
+ this.setActiveItem(null);
898
this.setActiveOption(null);
899
this.setCaret(this.items.length);
900
this.isFocused = false;
@@ -1165,7 +1166,6 @@
1165
1166
*/
1167
Selectize.prototype.blur = function() {
1168
this.$control_input.trigger('blur');
- this.setActiveItem(null);
1169
};
1170
1171
/**
0 commit comments