-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix to allow validation of array fields as reactive elements #80
Comments
Update: "There may be some issue with it collecting data from individual elements and not handling when they are removed. Perhaps something needs to be added to handle this in an onDestroyed hook in the form elements." @jonjamz Hopefully that, or any equivalent feature that you think can achieve the same goal (i.e. make sure that only the values of elements that have a .reactive-element class at the time of submit action are included in the valid values) can be introduced in the next versions. With that in place, I think the package is great and would definitely star it. Thanks in advance. |
Thanks! |
Hi,
Let's say we have a simple schema like this:
and the requirements would be:
Can you please provide some indications/best practices on how that could be achieved? This may be about adding examples to the docs but possibly adding some features or bug fixing.
Thanks in advance for your attention.
The text was updated successfully, but these errors were encountered: