Dropdown: The selected option is not unselected from the list on clear action #7576
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Milestone
Describe the bug
For the
focusOnHover={false}
andshowClear={true}
props combination when you click "clear" action, the value is reset, but the selected option remain selected on the list.Reproducer
https://stackblitz.com/edit/fdkzcxdy?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
The selected option should be unselected after you click the clear action
The text was updated successfully, but these errors were encountered: