8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 2 additions and 7 deletions
Showing only changes of commit a8e1bdc684 - Show all commits

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>