MultiSelect renders input value as a stringified array including the entire item objects, but it should display a readable value based on the selected option labels #7187
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Milestone
Describe the bug
There are two main issues with the current approach:
In my view, the input value string should consist of the option labels - the values the user sees on the screen. The following logic should be enough to fix this issue:
Reproducer
No response
System Information
Steps to reproduce the behavior
Screenshot example:
Expected behavior
The text was updated successfully, but these errors were encountered: