Hi,
Currently using the following demo: https://preview.keenthemes.com/metronic8/vue/demo1/#/apps/customers/customers-listing
Add Customertest 1 or anything elseSubmitAdd CustomerIs there a way to reset the modal to its initial state?
Thanks
Hi Diego,
Yes, you can easily reset form using resetFields() function.
Just call this function whenever you want to reset the form to the initial state.
formRef.value!.resetFields();