diff --git a/select2.js b/select2.js index 2a30c5c1..d0f14b42 100755 --- a/select2.js +++ b/select2.js @@ -1820,6 +1820,7 @@ ids = $.map(values, function(e) { return self.opts.id(e)}); this.setVal(ids); this.updateSelection(values); + this.clearSearch(); } } });