Skip to content
Snippets Groups Projects
Commit b4bc594c authored by Neetshin's avatar Neetshin Committed by Eugen Rochko
Browse files

Add aria-autocomplete='list' in Textaria (#5889)

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete
parent 82884ac5
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {
onBlur={this.onBlur}
onPaste={this.onPaste}
style={style}
aria-autocomplete='list'
/>
</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment