diff --git a/select2.js b/select2.js index 6d6eddfe..b3ee30fd 100755 --- a/select2.js +++ b/select2.js @@ -1867,6 +1867,9 @@ this.search.bind("blur", this.bind(function() { this.container.removeClass("select2-container-active"); + this.search.removeClass("select2-focused"); + this.clearSearch(); + e.stopImmediatePropagation(); })); this.container.delegate(selector, "mousedown", this.bind(function (e) {