-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Description
Hello,
My company is using react-select but we need to change the role because of certain conflicts with the role being set to combobox. When we add the prop role="listbox" into the component, it continues to show 'combobox', and there seems to be no way around this. Is there perhaps something we are missing or are we unable to change the role right now?
The version we're using is 5.7.4.
Here is an example:
<RSelect
{...inputAttributes}
aria-label={generatedAriaLabel}
unstyled
role="listbox"
// rest of code...
What dev tools shows:
Metadata
Metadata
Assignees
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet