2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00

don't pre-highlight on focus, because if it's after a search, it's wrong

This commit is contained in:
Dan Wilson
2019-01-07 22:38:34 -07:00
parent 623df819ae
commit edd2fa3e2e
3 changed files with 4 additions and 3 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -986,6 +986,7 @@
* @return {void}
*/
onSearchFocus() {
this.typeAheadPointer = -1;
this.open = true
this.$emit('search:focus')
},