You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Hi, I am here because I am having problems validating the forms inside the components of each step. Give an example to better understand what I want to achieve.
I have the following code.
I have several components, each containing everything from a single step.
For example in the step1 and step2 components, I have a form which I want to validate before passing to the next step.
How can I achieve this?
Due to the nature of the problem, I also don't know how to extract the form to the parent element. Which in this case is the component containing component.
The text was updated successfully, but these errors were encountered:
Hi, I am here because I am having problems validating the forms inside the components of each step. Give an example to better understand what I want to achieve.
I have the following code.
I have several components, each containing everything from a single step.
For example in the step1 and step2 components, I have a form which I want to validate before passing to the next step.
How can I achieve this?
Due to the nature of the problem, I also don't know how to extract the form to the parent element. Which in this case is the component containing component.
The text was updated successfully, but these errors were encountered: