How to make @blur of a q-input fire before a @click.native #9438
Unanswered
matteo1222
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
|
make a codepen of what you're trying to do. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make @blur fire before @click.native. Is this possible without using setTimeout (because of race condition)? I have tried @blur.native, but it doesn't work. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions