From 350998b2da75773a69843143eab897af4f6efb16 Mon Sep 17 00:00:00 2001 From: adi Date: Sun, 11 Feb 2018 18:00:01 +0200 Subject: [PATCH] Fix inability to type after clicking the "No-options" placeholder; This is an additional fix to IE scrollbar bug; --- src/components/Select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Select.vue b/src/components/Select.vue index 2ac9ef6..410377b 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -766,7 +766,7 @@ * @return {void} */ onSearchBlur() { - if (this.mousedown) { + if (this.mousedown && !this.searching) { this.mousedown = false } else { if (this.clearSearchOnBlur) {