diff --git a/src/components/Select.vue b/src/components/Select.vue index aced1d4..e97d0e5 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -246,7 +246,9 @@ }, typeAheadSelect() { + if( this.filteredOptions[ this.typeAheadPointer ] ) { this.select( this.filteredOptions[ this.typeAheadPointer ] ); + } this.search = ""; },