Can someone explain me why second dialog closes first? #21067
Answered
by
babu-ch
AndreasPantle
asked this question in
Q&A
-
In the attached project I have two dialogs which are showed on the other. Now if the second one closes why the first one too? |
Beta Was this translation helpful? Give feedback.
Answered by
babu-ch
Mar 7, 2025
Replies: 1 comment 1 reply
-
This is because you are using clickOutside. Try specifying the following in v-dialog without using clickOuside: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AndreasPantle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because you are using clickOutside. Try specifying the following in v-dialog without using clickOuside:
@click:outside="onClickCancel"