mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-29 05:14:04 +03:00
fix typeahead select
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
},
|
||||
searchable: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
multiple: {
|
||||
type: Boolean,
|
||||
@@ -246,8 +246,7 @@
|
||||
},
|
||||
|
||||
typeAheadSelect() {
|
||||
var option = this.filteredOptions[ this.typeAheadPointer ];
|
||||
this.select( this.getOptionValue(option) );
|
||||
this.select( this.filteredOptions[ this.typeAheadPointer ] );
|
||||
this.search = "";
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user