diff --git a/select2.js b/select2.js index dc60ba15..a0410359 100644 --- a/select2.js +++ b/select2.js @@ -1653,7 +1653,7 @@ the specific language governing permissions and limitations under the Apache Lic if (data) { this.highlight(index); this.onSelect(data, options); - } else if (options.noFocus) { + } else if (options && options.noFocus) { this.close(); } },