Replies: 1 comment 5 replies
-
You probably want to provide an From the
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a form which makes a POST request to the action:
If the server returns a non-zero status, I want to display the message sent from the server. I tried to use the
error
property onForm
but it doesn't take closures. I couldn't find any examples on the usage.Beta Was this translation helpful? Give feedback.
All reactions