diff --git a/select2.js b/select2.js index bafb8da3..8fb9782f 100755 --- a/select2.js +++ b/select2.js @@ -1237,7 +1237,6 @@ this.addSelectedChoice(data); if (this.select) { this.postprocessResults(); } - if (this.opts.closeOnSelect) { this.close(); this.search.width(10); @@ -1356,6 +1355,9 @@ searchWidth = maxWidth - getSideBorderPadding(this.search); } this.search.width(searchWidth); + + // in case the search box was pushed to the next line realign the dropdown + if (this.opened()) { this.alignDropdown(); } }, getVal: function () {