We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9830a8b commit a9993aeCopy full SHA for a9993ae
1 file changed
src/components/views/emojipicker/Search.tsx
@@ -66,6 +66,7 @@ class Search extends React.PureComponent<IProps> {
66
autoFocus
67
type="text"
68
placeholder={_t("action|search")}
69
+ aria-label={_t("action|search")}
70
value={this.props.query}
71
onChange={(ev) => this.props.onChange(ev.target.value)}
72
onKeyDown={this.onKeyDown}
0 commit comments