async server-side validation for complete form? #1414
Closed
FelixSchwarz
started this conversation in
General
Replies: 1 comment 5 replies
-
so basically this would be like a validation rule for the whole form? You can actually put validation rules on 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'm trying to add a validator which receives all form inputs and will return the validation state asynchronously. Unfortunately I did not yet find something in the docs on how to do that.
Just to be clear:
What I found:
Node
(?) instance which has a.parent
. So in the end I can access all form values I guess.I'd be glad for any pointers. Bonus points if you can tell me which parts of the docs I should have read more carefully. :-)
Beta Was this translation helpful? Give feedback.
All reactions