set minimum value for input length to 1 (#10993)

This commit is contained in:
Jay Cammarano
2022-01-12 10:13:56 -05:00
committed by GitHub
parent a4f31697f4
commit 43141feb16

View File

@@ -41,6 +41,7 @@
<v-input
v-model="maxLength"
type="number"
min="1"
:placeholder="type !== 'string' ? t('not_available_for_type') : '255'"
:disabled="isExisting || type !== 'string'"
/>