We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e30e53 commit c2baf6bCopy full SHA for c2baf6b
packages/main/src/TextArea.hbs
@@ -5,7 +5,6 @@
5
@focusin="{{_onfocusin}}"
6
@focusout="{{_onfocusout}}"
7
>
8
-
9
{{#if growing}}
10
<div id="{{_id}}-mirror" style="{{styles.mirror}}" class="ui5-textarea-mirror" aria-hidden="true">
11
{{#each _mirrorText}}
@@ -23,7 +22,6 @@
23
22
?disabled="{{disabled}}"
24
?readonly="{{readonly}}"
25
?required="{{required}}"
26
- aria-required="{{required}}"
27
aria-label="{{ariaLabelText}}"
28
aria-describedby="{{ariaDescribedBy}}"
29
maxlength="{{_exceededTextProps.calcedMaxLength}}"
packages/main/test/pages/TextArea.html
@@ -221,4 +221,4 @@
221
</script>
222
223
</body>
224
-</html>
+</html>
0 commit comments