2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

typeahead select only if valid

This commit is contained in:
Jeff Sagal
2016-03-02 10:04:06 -08:00
parent e2b9a4a913
commit 91649c9808
+2
View File
@@ -246,7 +246,9 @@
},
typeAheadSelect() {
if( this.filteredOptions[ this.typeAheadPointer ] ) {
this.select( this.filteredOptions[ this.typeAheadPointer ] );
}
this.search = "";
},