diff --git a/src/components/v-input/v-input.vue b/src/components/v-input/v-input.vue index f1d7f9a9d3..61a79f68a3 100644 --- a/src/components/v-input/v-input.vue +++ b/src/components/v-input/v-input.vue @@ -135,7 +135,7 @@ export default defineComponent({ function processValue(event: KeyboardEvent) { const key = event.key.toLowerCase(); - const systemKeys = ['meta', 'shift', 'alt', 'backspace']; + const systemKeys = ['meta', 'shift', 'alt', 'backspace', 'tab']; const value = (event.target as HTMLInputElement).value; if (props.slug === true) { diff --git a/src/routes/install/install-final.vue b/src/routes/install/install-final.vue index 499bb729bf..b4325785fd 100644 --- a/src/routes/install/install-final.vue +++ b/src/routes/install/install-final.vue @@ -7,18 +7,24 @@
- - {{ errorFormatted }} - - -