mirror of
https://github.com/directus/directus.git
synced 2026-01-29 22:08:05 -05:00
set minimum value for input length to 1 (#10993)
This commit is contained in:
@@ -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'"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user