Skip to content

Commit 7adcc11

Browse files
author
Lionel Bijaoui
committed
1 parent e49a969 commit 7adcc11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/core/fieldTextArea.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:maxlength="fieldOptions.max"
88
:minlength="fieldOptions.min"
99
:placeholder="placeholder"
10+
:required="required"
1011
:readonly="readonly"
1112
:rows="fieldOptions.rows || 2"
1213
:name="inputName"

0 commit comments

Comments
 (0)