Add aria label to emoji picker search (#31126)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user