Skip to content

Commit f608113

Browse files
authored
Add minlength attribute to input field
1 parent a8eaf38 commit f608113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/core/fieldInput.vue

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
:max="schema.max",
2323
:maxlength="schema.maxlength",
2424
:min="schema.min",
25+
:minlength="schema.minlength",
2526
:multiple="schema.multiple",
2627
:name="schema.inputName",
2728
:pattern="schema.pattern",

0 commit comments

Comments
 (0)