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
What you were expecting:
When using a SelectArrayInput the screenreaders don't indicate that this field can have a multiselection as we have with a regular select element containing the multiple attribute.
What happened instead:
Screenreaders read the element as a regular list of items.
Steps to reproduce:
Use a screenreader application to inspect a SelectArrayInput component.
What you were expecting:
When using a SelectArrayInput the screenreaders don't indicate that this field can have a multiselection as we have with a regular select element containing the multiple attribute.
What happened instead:
Screenreaders read the element as a regular list of items.
Steps to reproduce:
Use a screenreader application to inspect a SelectArrayInput component.
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: