Stop event propagation for dialog trigger #1485
Replies: 1 comment
-
Okay, I can just add |
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
-
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