Add aria label to emoji picker search (#31126)

This commit is contained in:
David Langley 2025-10-29 13:52:16 +00:00 committed by GitHub
parent 9830a8bc6e
commit a9993aef85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ class Search extends React.PureComponent<IProps> {
autoFocus autoFocus
type="text" type="text"
placeholder={_t("action|search")} placeholder={_t("action|search")}
aria-label={_t("action|search")}
value={this.props.query} value={this.props.query}
onChange={(ev) => this.props.onChange(ev.target.value)} onChange={(ev) => this.props.onChange(ev.target.value)}
onKeyDown={this.onKeyDown} onKeyDown={this.onKeyDown}