Popover
onPointerDownOutside
doesn't seem to work as expected
#1867
Unanswered
DonHuskini
asked this question in
Help
Replies: 1 comment 1 reply
-
The reason this doesn't work as you expect is because |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a card with nested click events which I don't want to bubble up to parent nodes.
When I click outside of the Popover I expect it to close it and stop the propagation of the event however it triggers the onClick event of the parent container. Example: https://stackblitz.com/edit/react-ts-7tupkg?file=App.tsx
Beta Was this translation helpful? Give feedback.
All reactions