You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Select component, the screen reader (VoiceOver) announces the label and value together in a confusing way, such as:
"Dog Select an animal, list box pop-up collapsed."
This occurs because the aria-labelledby attribute on the Select component’s button references multiple elements (react-aria2285256286-:r3p: and react-aria2285256286-:r3l:). As a result, the screen reader concatenates the text from these elements into a single, unclear announcement without proper separation.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Use the Select component in a screen reader-enabled environment.
Open the dropdown and select an option.
Observe the screen reader's announcement after selecting an option.
Expected behavior
The screen reader should announce the label and value distinctly, such as:
"Dog, Select an animal, list box pop-up collapsed."
Screenshots or Videos
Screen.Recording.2024-11-19.at.11.57.56.mov
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered:
NextUI Version
2.4.8
Describe the bug
In the Select component, the screen reader (VoiceOver) announces the label and value together in a confusing way, such as:
"Dog Select an animal, list box pop-up collapsed."
This occurs because the aria-labelledby attribute on the Select component’s button references multiple elements (react-aria2285256286-:r3p: and react-aria2285256286-:r3l:). As a result, the screen reader concatenates the text from these elements into a single, unclear announcement without proper separation.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
The screen reader should announce the label and value distinctly, such as:
"Dog, Select an animal, list box pop-up collapsed."
Screenshots or Videos
Screen.Recording.2024-11-19.at.11.57.56.mov
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: