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:
@@ -766,7 +766,7 @@
|
||||
* @return {void}
|
||||
*/
|
||||
onSearchBlur() {
|
||||
if (this.mousedown) {
|
||||
if (this.mousedown && !this.searching) {
|
||||
this.mousedown = false
|
||||
} else {
|
||||
if (this.clearSearchOnBlur) {
|
||||
|
||||
Reference in New Issue
Block a user