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
When clicking on the other select component it should either open the new select component, close the currently open select component while keeping the popover component open.
Or close the current select component while keeping the popover component open.
I am also getting the error of popover closing. Think its because of the "@radix-ui/react-popover": "^1.1.2" version. I am using "@radix-ui/react-select": "^2.1.1",
I found a temporary solution of setting the dependency to "@radix-ui/react-popover": "1.1.1"
I had no issues with this error when using select 2.1.1 but I needed to upgrade because the event propagation error, unfortunately it seems to have lead to a different bug lol.
Bug report
Current Behavior
When clicking between select components it closes the popover.
Example:
https://github.com/user-attachments/assets/8271f90c-4f81-4942-a8ae-630131d5a908
Expected behavior
When clicking on the other select component it should either open the new select component, close the currently open select component while keeping the popover component open.
Or close the current select component while keeping the popover component open.
Reproducible example
CodeSandbox Template
Suggested solution
Additional context
Was working fine for select component v2.1.1
I have tried with popover component v1.1.1 and v1.1.2
I'm also using shadcn
Your environment
The text was updated successfully, but these errors were encountered: