You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it would be handy to be able to have a custom validator which is able to validate a value in dependency of another value.
Imagine some attributes are mutally exclusive or if you set one attribute another attribute have to be set.
So it would help if validators are able to access the complete data structure.
What do you think?
The text was updated successfully, but these errors were encountered:
If you would like something a little more built-in, I think that feature could fit well. We do accept pull requests if you'd like to submit this as a new feature.
Sometimes it would be handy to be able to have a custom validator which is able to validate a value in dependency of another value.
Imagine some attributes are mutally exclusive or if you set one attribute another attribute have to be set.
So it would help if validators are able to access the complete data structure.
What do you think?
The text was updated successfully, but these errors were encountered: