As can be seen in the codepen below, whenever I select a date in the Element+ el-date-picker
, the v-dialog
component closes.
Excpected behaviour would be to select the date and the dialog should stay opened.
I have tried using persistent
keyword on the v-dialog
, but this gives a glichty feel to it, as it seems the dialog still wants to be closed, but prevents it from happening.
Does anybody know why the dialog is closed whenever a date in the Element component is selected?
How can this be prevented?