mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Merge branch 'master' of https://github.com/killroyboy/vue-select into killroyboy-master
# Conflicts: # dist/vue-select.js
This commit is contained in:
Vendored
-3
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
@@ -986,6 +986,9 @@
|
|||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
onSearchFocus() {
|
onSearchFocus() {
|
||||||
|
if (this.searchable && this.typeAheadPointer !== undefined) {
|
||||||
|
this.typeAheadPointer = -1;
|
||||||
|
}
|
||||||
this.open = true
|
this.open = true
|
||||||
this.$emit('search:focus')
|
this.$emit('search:focus')
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user