fix(textarea): add aria-labelledby to native textarea (#21606)

resolves #21600
This commit is contained in:
Liam DeBeasi
2020-06-23 16:29:41 -04:00
committed by GitHub
parent a5b3750ee2
commit 88f23b1626

View File

@ -333,6 +333,7 @@ export class Textarea implements ComponentInterface {
>
<textarea
class="native-textarea"
aria-labelledby={labelId}
ref={el => this.nativeInput = el}
autoCapitalize={this.autocapitalize}
autoFocus={this.autofocus}