2.13.0
Chrome Version 79.0.3945.79
2.6.11
https://codepen.io/hollowcast/pen/MWYbQBw
Create a dialog with option :destroy-on-close="true"
Contents of the dialog should be destroyed after it closes. (Similar to the behavior of drawer destroy on close)
Contents are not destroyed.
Since your Form value is entered and determined, the value of the Form still exists when the dialog element is destroyed, and will be re-assigned when you reopen it
Is there a way to solve this now?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
use v-if to solve?
v-if can solve the problem
Most helpful comment
Is there a way to solve this now?