Skip to content

Commit

Permalink
Add minlength attribute to input field
Browse files Browse the repository at this point in the history
  • Loading branch information
callumisitt authored Oct 17, 2017
1 parent a8eaf38 commit f608113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fields/core/fieldInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
:max="schema.max",
:maxlength="schema.maxlength",
:min="schema.min",
:minlength="schema.minlength",
:multiple="schema.multiple",
:name="schema.inputName",
:pattern="schema.pattern",
Expand Down

0 comments on commit f608113

Please sign in to comment.