mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(textarea): add aria-labelledby to native textarea (#21606)
resolves #21600
This commit is contained in:
@ -333,6 +333,7 @@ export class Textarea implements ComponentInterface {
|
|||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
class="native-textarea"
|
class="native-textarea"
|
||||||
|
aria-labelledby={labelId}
|
||||||
ref={el => this.nativeInput = el}
|
ref={el => this.nativeInput = el}
|
||||||
autoCapitalize={this.autocapitalize}
|
autoCapitalize={this.autocapitalize}
|
||||||
autoFocus={this.autofocus}
|
autoFocus={this.autofocus}
|
||||||
|
|||||||
Reference in New Issue
Block a user