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
Using the Select primitive, when selecting an option, the touch event is interacting with any elements positioned underneath the list. This isn't happening on desktop on mouse click but can be replicated in Chrome when using the device simulation
Radix_Select_touch_bug.mov
Expected behavior
When an option is selected, the menu should close and no events should be triggered on other inputs
Bug report
Current Behavior
Using the Select primitive, when selecting an option, the touch event is interacting with any elements positioned underneath the list. This isn't happening on desktop on mouse click but can be replicated in Chrome when using the device simulation
Radix_Select_touch_bug.mov
Expected behavior
When an option is selected, the menu should close and no events should be triggered on other inputs
Reproducible example
https://codesandbox.io/s/late-snowflake-39o7x7?file=/App.js
Suggested solution
Additional context
Your environment