this is the parent component of the form
which introduces two child components
there are many formItem in each child component.
can be authenticated if it is written directly in the form without the use of subcomponents.
the question now is: how can I click the submit button of the parent component and also validate the form of the child component?
paste the code.