diff --git a/select2.js b/select2.js index c12761d3..9a500b95 100644 --- a/select2.js +++ b/select2.js @@ -1651,6 +1651,8 @@ the specific language governing permissions and limitations under the Apache Lic if (data) { this.highlight(index); this.onSelect(data, options); + } else if (options.noFocus) { + this.close(); } },