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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: