-
-
Notifications
You must be signed in to change notification settings - Fork 322
Validate Formfields for nested objects #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, I already tried to figure out if I already can use it for my case. |
@Theweird Why do you think it shouldn't work? I think it should work, based on the code I see there |
@Theweird How about actually trying to read this code and run it in the debugger if you don't understand it. or insert |
I have a problem to validate formfields of nested objects that are managed in the same form as the main object.
e.g. for management of tasks:
It is no problem to send forms like this to the backend. But I cannot find a way to use the current validation method to validate the nested formfields.
Describe the solution you'd like
I think it would be great to have a notation like this for the validation of form fields:
The text was updated successfully, but these errors were encountered: