We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8eaf38 commit f608113Copy full SHA for f608113
src/fields/core/fieldInput.vue
@@ -22,6 +22,7 @@
22
:max="schema.max",
23
:maxlength="schema.maxlength",
24
:min="schema.min",
25
+ :minlength="schema.minlength",
26
:multiple="schema.multiple",
27
:name="schema.inputName",
28
:pattern="schema.pattern",
0 commit comments