Replies: 1 comment 1 reply
-
You'll see only one error at a time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm submitting a...
Current behavior
I have form that looks like this:
and all i see are errros Validators.required but not custom validator for form group
Expected behavior
I want to see all errors. Errors from form controls under inputs and error from form above submit button
Minimal reproduction of the problem with instructions
stackBlitz
What is the motivation / use case for changing the behavior?
So basically in my production app i can see the form error don't know why here it's not visible, but the problem is i have no idea how to put the errors from form group above the submit button in the form element
Beta Was this translation helpful? Give feedback.
All reactions