Skip to content

Commit a9993ae

Browse files
authored
Add aria label to emoji picker search (#31126)
1 parent 9830a8b commit a9993ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/views/emojipicker/Search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class Search extends React.PureComponent<IProps> {
6666
autoFocus
6767
type="text"
6868
placeholder={_t("action|search")}
69+
aria-label={_t("action|search")}
6970
value={this.props.query}
7071
onChange={(ev) => this.props.onChange(ev.target.value)}
7172
onKeyDown={this.onKeyDown}

0 commit comments

Comments
 (0)