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
Description
When interacting with the MultiSelect dropdown, clicking the chevron or component body while the menu is open causes it to close and immediately reopen.
The only reliable way to close it is by clicking outside the component, which breaks expected toggle behavior.
Steps to reproduce
Open the MultiSelect component (Storybook or app usage).
Click to open the dropdown.
While it is open, click the chevron icon (or the select body area).
Observe that the dropdown briefly closes and reopens instead of staying closed.
Click outside the component and notice it closes correctly. Insert an image/gif