We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a05978 commit a476e94Copy full SHA for a476e94
src/components/Select.vue
@@ -764,6 +764,9 @@
764
case 8:
765
// delete
766
return this.maybeDeleteValue();
767
+ case 9:
768
+ // tab
769
+ return this.onTab();
770
}
771
},
772
@@ -789,9 +792,6 @@
789
792
// enter.prevent
790
793
e.preventDefault();
791
794
return this.typeAheadSelect();
- case 9:
- // tab
- return this.onTab();
795
796
797
0 commit comments