Skip to content

Commit 417f14d

Browse files
authored
Merge pull request #319 from callumisitt/patch-1
Add minlength attribute to input field
2 parents a8eaf38 + f608113 commit 417f14d

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)