Skip to content

Commit

Permalink
Update form.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahmood74 authored Jan 12, 2024
1 parent f1e8e4c commit 89170cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-reference/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ API:
email: ${email}
```
#### Validate or Submit a Form from outside the Form
Detailed Example [here](https://studio.ensembleui.com/app/e24402cb-75e2-404c-866c-29e6c3dd7992/screen/FQ0pHhc9SaXr3XSCu9kK) This examples shows how to validate/submit a form from a sticky button in the footer. This is a common pattern in mobile apps.
Detailed Example [here](https://studio.ensembleui.com/app/e24402cb-75e2-404c-866c-29e6c3dd7992/screen/fIZkgKM25hNHtI0q5wZF) This examples shows how to validate/submit a form from a sticky button in the footer. This is a common pattern in mobile apps.
By default, when `Form.submit()` is called, it first called `Form.validate()` and calls submit only if the validation succeeds (i.e. all form fields are in valid state.

Expand Down

0 comments on commit 89170cf

Please sign in to comment.