Set initial value of aria-selected to false
Open
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the combobox multiselect has a bug where screen readers (tested with NVDA latest) will not read the selected value on the first selected item. I believe this may be caused by the `aria-selected` attribute getting dynamically added on the first key down for enter. I recommend setting `aria-selected="false"` initially when the combobox is rendered on the page that way screen readers have access to the default values.
Related discussion: https://github.com/nvaccess/nvda/issues/11986
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.