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

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete
th-downstream
Neetshin 7 years ago committed by Eugen Rochko
parent 2a3097b4cf
commit 52f1c89aef

@ -209,6 +209,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {
onBlur={this.onBlur} onBlur={this.onBlur}
onPaste={this.onPaste} onPaste={this.onPaste}
style={style} style={style}
aria-autocomplete='list'
/> />
</label> </label>

Loading…
Cancel
Save