0
0
Fork 0

revert: refs #7134 change

This commit is contained in:
Javier Segarra 2025-01-13 22:55:57 +01:00
parent edceac850d
commit a8e1bdc684
1 changed files with 2 additions and 7 deletions

View File

@ -9,7 +9,7 @@ const $props = defineProps({
},
insertable: {
type: Boolean,
default: true,
default: false,
},
});
@ -79,10 +79,5 @@ function accountShortToStandard() {
</script>
<template>
<QInput
@keydown="handleKeydown"
ref="vnInputRef"
v-model="internalValue"
:maxlength="10"
/>
<QInput @keydown="handleKeydown" ref="vnInputRef" v-model="internalValue" />
</template>