diff --git a/select2.js b/select2.js index 9cd97cf5..d3222daa 100644 --- a/select2.js +++ b/select2.js @@ -2786,6 +2786,9 @@ the specific language governing permissions and limitations under the Apache Lic this.opts.element.trigger({ type: "selected", val: this.id(data), choice: data }); + this.clearSearch(); + this.updateResults(); + if (this.select || !this.opts.closeOnSelect) this.postprocessResults(data, false, this.opts.closeOnSelect===true); if (this.opts.closeOnSelect) {