How to show server side errors in reactive forms #83
Unanswered
sanket-thotange
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's because the form isn't submitted in your example. Checkout https://github.com/ngneat/error-tailor#methods |
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
Uh oh!
There was an error while loading. Please reload this page.
-
[Question]
I am trying so send some information to server which returns some errors for validation, lets say validity of the card.
I now want to use error-tailor to show those once my API call is completed.
I tried to set a behavior in this stackblitz example.
https://stackblitz.com/edit/error-tailor-example-f92cpr?file=src/app/app.component.html
Beta Was this translation helpful? Give feedback.
All reactions