diff --git a/src/components/input/UserFormInput.vue b/src/components/input/UserFormInput.vue index 37e076f..612ef40 100644 --- a/src/components/input/UserFormInput.vue +++ b/src/components/input/UserFormInput.vue @@ -14,6 +14,7 @@ :value="computedValue" :disabled="disabled" :maxLength="maxlength" + :minLength="minlength" :placeholder="title" @blur="$emit('blur')" /> @@ -29,6 +30,7 @@ :value="computedValue" :disabled="disabled" :maxLength="maxlength" + :minLength="minlength" :placeholder="title" @blur="$emit('blur')" />