Stop event propagation for dialog trigger #1485
Replies: 1 comment 1 reply
-
Okay, I can just add |
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'm using the Dialog trigger button inside a div that has another onClick functionality. How do I stop the click event propagating to the parent when I clicked on the dialog trigger button? I know about event.stopPropagation() but I don't think it's usable in this context as there's no onClick function for dialog trigger that I can see
Beta Was this translation helpful? Give feedback.
All reactions