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
Creating a select component using the useSelectState() hook even together with an Overlay from @react-aria/overlays does not prevent the event propagation.
Provide a general summary of the issue here
Creating a select component using the
useSelectState()
hook even together with anOverlay
from@react-aria/overlays
does not prevent the event propagation.Example on current docs page where the event is also being triggered on the
#
link.https://github.com/adobe/react-spectrum/assets/29652953/83404621-766e-488d-9423-6d9e183aa2be
Tested on ios/mac on chrome and firefox
🤔 Expected Behavior?
The click event on an list-item using the
useSelectState
should stop the event propagation.😯 Current Behavior
Clicking an element inside the list of options also triggers the click event on whatever is behind the list.
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
#
link next to "Popover"Version
3.29.1
What browsers are you seeing the problem on?
Chrome, Safari
If other, please specify.
No response
What operating system are you using?
ios/mac
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: