2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00
This commit is contained in:
Jeff Sagal
2019-04-17 18:07:39 -05:00
committed by GitHub
parent 4a05978e06
commit a476e9412f
+3 -3
View File
@@ -764,6 +764,9 @@
case 8:
// delete
return this.maybeDeleteValue();
case 9:
// tab
return this.onTab();
}
},
@@ -789,9 +792,6 @@
// enter.prevent
e.preventDefault();
return this.typeAheadSelect();
case 9:
// tab
return this.onTab();
}
}
},