Skip to content

Commit

Permalink
fix(ui5-textarea): add aria-required (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Aug 19, 2020
1 parent b73ce4d commit 4f35c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/TextArea.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
?disabled="{{disabled}}"
?readonly="{{readonly}}"
?required="{{required}}"
maxlength="{{_exceededTextProps.calcedMaxLength}}"
aria-required="{{required}}"
aria-labelledby={{ariaLabelledBy}}
maxlength="{{_exceededTextProps.calcedMaxLength}}"
.value="{{value}}"
@input="{{_oninput}}"
@change="{{_onchange}}"
Expand Down

0 comments on commit 4f35c92

Please sign in to comment.