Displaying validation errors in template? (composition api) #4774
Unanswered
FelixSchwarz
asked this question in
Q&A
Replies: 0 comments
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.
-
When I create the form using
I can display the error message for a field as expected:
However I dislike that form so I would like to do
Then
form.errors
contains the error object with the expected keys but this only returns an empty value:Probably this is just some basic vuejs mechanism I don't understand but it would be nice to figure this out :-)
Beta Was this translation helpful? Give feedback.
All reactions