Skip to content

Set initial value of aria-selected to false #35

@alexstine

Description

@alexstine

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: nvaccess/nvda#11986

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions