-
Notifications
You must be signed in to change notification settings - Fork 531
Closed
Labels
Description
Hi!
Is there a way to access the validation results?
The intention is to enable the disabled submit button once all validation requirements are met.
I know that there's the onValidated method for every field, but I can't access anything other than the model, the errors and the field itself and nothing from the parent component.
Is there a way to do this without hacking on the model?
And on that note... How to trigger the form validation?