Replies: 2 comments
-
I should add that I believe this is only happening on mobile / tablet 'tap' events. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah I've found the issue that relates to this as well here... #1658 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Radix Select and a Radix Checkbox as shown in the image below, and I'm having the exact same problem as described here - JedWatson/react-select#532
The 'click' event on the Select dropdown goes 'through' the select list, and causes the checkbox behind the options list to become checked/unchecked. I've tried setting z-order on the portal and select content components, but it doesn't seem to be helping.
Any thoughts or suggestions greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions