summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jquery.multiple.select.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index 05a3cf8..bb02779 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -241,6 +241,7 @@
}
if (this.options.filter) {
this.$searchInput.val('');
+ this.$searchInput.focus();
this.filter();
}
this.options.onOpen();