-
Notifications
You must be signed in to change notification settings - Fork 97
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
Dynamic validation #135
Comments
Sorry for the multiple edits, I hit submit before I were done and my use case was a little off! Here is the real use case. I use vue-mc has a form generator which contains form, fieldset and field has models. This way, we could also update the validation on the fly, because currently the validation method is memoized (only run once). As an example for a contest, I have a FormItemModel «age» and another FormItemModel «parent name» that are related. If participant age < 18, parent field is required. Thank you |
No description provided.
The text was updated successfully, but these errors were encountered: