Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichSelect dropdown opening when previous dropdown is opened #143

Open
nordkite opened this issue Sep 21, 2024 · 1 comment
Open

RichSelect dropdown opening when previous dropdown is opened #143

nordkite opened this issue Sep 21, 2024 · 1 comment

Comments

@nordkite
Copy link

nordkite commented Sep 21, 2024

Hello. I found a small bug which can be seen in the documentation examples as well. If you open one RichSelect dropdown and try to open another expected behavior is to close previous and open the clicked one but I can see the flickering of the clicked one and both dropdowns are closed so I need to click second time to open the dropdown I clicked.
Do you have any ideas how to solve this?

@nikuscs
Copy link
Collaborator

nikuscs commented Oct 12, 2024

Hum, great find, indeed there is an issue there, i believe thats because we just trigger the event on click away from the first and focus the second, but we dont actually open it. In any case please see #136

I recommend porting to shadcn/radix-vue for the time being, you can also try PR some fix for this and ill gladly approve it :)

But i believe this has to do with the first event ( previous ) canceling the second one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants