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