2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +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:
Jeff
2019-02-09 15:07:52 -08:00
3 changed files with 3 additions and 4 deletions
-3
View File
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -986,6 +986,9 @@
* @return {void}
*/
onSearchFocus() {
if (this.searchable && this.typeAheadPointer !== undefined) {
this.typeAheadPointer = -1;
}
this.open = true
this.$emit('search:focus')
},