How to detect Qdialog is already open or not? #16793
Answered
by
ivanjaros
mecjos
asked this question in
General - Components / Directives / etc
-
|
Hi. I use seamless qdialog.. Since it's seamless I can interact with other side of page and when I click open dialog button , it opens new dialog successively. How to prevent this? My code is as follows: and my custom dialog component (it's seamless): <q-dialog ref="dialogRef" @hide="onDialogHide" seamless position="bottom"> When everyclick to create discussion button it creates new dialog onto existing dialog. |
Beta Was this translation helpful? Give feedback.
Answered by
ivanjaros
Feb 24, 2024
Replies: 1 comment
-
|
Use v-model, duh :D |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use v-model, duh :D