Skip to content

Commit d1dcf20

Browse files
authored
Merge pull request #501 from Realityloop/master
Added required attribute to textArea.
2 parents 4656dda + 9009096 commit d1dcf20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/core/fieldTextArea.vue

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:minlength="schema.min",
99
:placeholder="schema.placeholder",
1010
:readonly="schema.readonly",
11+
:required="schema.required",
1112
:rows="schema.rows || 2",
1213
:name="schema.inputName",
1314
v-attributes="'input'")

0 commit comments

Comments
 (0)