This Release fixes accessibility issues concerning Dropdown, SingleSelect and MultiSelect on MacOS + VoiceOver.
Release notes
Dropdown (#883)
- Fix screen reader accessibility which manifested when browsing the popover list
SingleSelect, MultiSelect (#883)
- Remove redundant divs from the popover list (between
<ul>
and<li>
) - Fix
ariaOptionsAvailableTextFunction
documentation examples