MDL-67743 user: Remove incorrect ARIA role on autocomplete

The autocomplete is not a listbox so cannot be multiselectable.
This commit is contained in:
Andrew Nicols 2020-05-27 11:51:57 +08:00
parent c4bd1858db
commit 6cb3444f22

View File

@ -42,7 +42,7 @@
}} id="{{selectionId}}"{{!
}} role="list"{{!
}} aria-atomic="true"{{!
}}{{#multiple}} tabindex="0" aria-multiselectable="true"{{/multiple}}{{!
}}{{#multiple}} tabindex="0" {{/multiple}}{{!
}}>
<span class="accesshide">{{#str}}selecteditems, form{{/str}}</span>
{{> core/form_autocomplete_selection_items }}