-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixes combobox selecting active option on blur #3628
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
base: main
Are you sure you want to change the base?
Fixes combobox selecting active option on blur #3628
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@RobinMalfait, can you please take a look at this fix when you get the time? Thank you |
|
When will this be merged? |
|
@RobinMalfait is it possible to merge this? It seems in React this fix was already merged. |
|
Can someone merge this? 😅 |
|
Up... |
|
Related: |
|
To prevent this behavior for my use case, I'm doing this |
Description
Fixes the issue of the combobox selecting the active option on blur, reported in the following issues:
This problem has been fixed in the react package but not in the vue one.