mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-10 05:01:24 +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
|
||||
type="text"
|
||||
placeholder={_t("action|search")}
|
||||
aria-label={_t("action|search")}
|
||||
value={this.props.query}
|
||||
onChange={(ev) => this.props.onChange(ev.target.value)}
|
||||
onKeyDown={this.onKeyDown}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user