-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
fix(Select): fix touch devices bugs #1472
base: main
Are you sure you want to change the base?
Conversation
(from radix ui)
Ow, btw I didn't update test files 😄 |
I think you need to update the test 😂 |
This changes causing select to close prematurely on pointerup event. Same thing happened on https://www.radix-ui.com/primitives/docs/components/select. Might need to hold-on with this Screen.Recording.2024-12-04.at.10.44.51.PM.mov |
The issue still exists after Maybe we should check deeper |
I checked
And in
The problem here in Vue is events are really faster registered, also with the |
I don't understand these
await nextTick()
s that was previously added to theSelectItem.vue
Any reason?