2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Fix inability to type after clicking the "No-options" placeholder; This is an additional fix to IE scrollbar bug;

This commit is contained in:
adi
2018-02-11 18:00:01 +02:00
parent 0d5bc6fbdc
commit 350998b2da
+1 -1
View File
@@ -766,7 +766,7 @@
* @return {void}
*/
onSearchBlur() {
if (this.mousedown) {
if (this.mousedown && !this.searching) {
this.mousedown = false
} else {
if (this.clearSearchOnBlur) {