mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-10 13:11:09 +01:00
Add aria label to emoji picker search (#31126)
This commit is contained in:
parent
9830a8bc6e
commit
a9993aef85
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user