mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-67743 user: Remove incorrect ARIA role on autocomplete
The autocomplete is not a listbox so cannot be multiselectable.
This commit is contained in:
parent
c4bd1858db
commit
6cb3444f22
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user