@click.capture is not working for me. #12794
Unanswered
heppa
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I have a relatively simple code and I would like to have the event trigger only on the parent (or the element I actually put the @click on):
To my understanding, capture should "start top-down" instead of the default bottom-up (bubbling).
Is this normal, am I missing something or is the capture buggy?
(checked in latest chrome and firefox)
Beta Was this translation helpful? Give feedback.
All reactions