Dialog is not modal when v-if used #94
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
It is not a big problem for me at the moment but I think it might be needed in the future.
Because sometimes I would like not to render dialogs if they are not used at all so I use
v-if
.What I found is if I use
<Dialog v-if="dialogActive" :visible.sync="dialogActive" :modal="true" />
the dialog stops being modal.Maybe I am wrong and the
:visible
is actually the same asv-if
.Please let me know what do you think about it or if you need more details.
The text was updated successfully, but these errors were encountered: