Closed
Description
I have a question regarding the validation process.
I tried to dig through the code, but I'm not sure if I got it right. I'm also pretty new to angular.
In my examples it seems like, I can submit the form even that there are validation issues.
Is there a full validation before the form gets submitted?
I think that would be a good improvement if not.
Also, can I call a function, that goes through the schema and validates the fields and updates the valid state of the form fields?