diff --git a/select2.js b/select2.js index 2f18fd05..af16fcab 100644 --- a/select2.js +++ b/select2.js @@ -657,10 +657,7 @@ the specific language governing permissions and limitations under the Apache Lic if ($(e.target).closest(".select2-result-selectable").length > 0) { this.highlightUnderEvent(e); this.selectHighlighted(e); - } else { - this.focusSearch(); } - killEvent(e); })); // trap all mouse events from leaving the dropdown. sometimes there may be a modal that is listening