diff --git a/apps/showcase/doc/forms/SubmitDoc.vue b/apps/showcase/doc/forms/SubmitDoc.vue index 067be3a04..326d75c2b 100644 --- a/apps/showcase/doc/forms/SubmitDoc.vue +++ b/apps/showcase/doc/forms/SubmitDoc.vue @@ -160,6 +160,7 @@ export default { // e.states: Contains the current state of each form field, including validity status. // e.errors: An object that holds any validation errors for the invalid fields in the form. // e.values: An object containing the current values of all form fields. + // e.reset: A function that resets the form to its initial state. if (e.valid) { this.$toast.add({ severity: 'success', summary: 'Form is submitted.', life: 3000 }); }