diff --git a/select2.js b/select2.js index 580d32ed..5a1bc190 100644 --- a/select2.js +++ b/select2.js @@ -3107,7 +3107,7 @@ the specific language governing permissions and limitations under the Apache Lic } }); - if (this.highlight() == -1 && noHighlightUpdate !== false){ + if (this.highlight() == -1 && noHighlightUpdate !== false && this.opts.closeOnSelect === true){ self.highlight(0); }