Skip to content

Commit

Permalink
MDL-67743 user: Remove incorrect ARIA role on autocomplete
Browse files Browse the repository at this point in the history
The autocomplete is not a listbox so cannot be multiselectable.
  • Loading branch information
andrewnicols committed May 27, 2020
1 parent c4bd185 commit 6cb3444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6cb3444

Please sign in to comment.