Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropdown: Removing aria-required from multiselect scenarios since it'…
…s not allowed for role='button' (#14369) #### Pull request checklist - [x] Addresses an existing issue: Fixes #14355 - [x] Include a change request file using `$ yarn change` #### Description of changes We were placing `aria-required` on `Dropdowns`, but this clashed with the `role='button'` we were placing on multiselect `Dropdowns` and creating accessibility warnings. We're fixing this issue by setting `aria-required` only for single select `Dropdowns`. #### Focus areas to test (optional)
- Loading branch information