-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add not_match validator #141
Comments
I like the idea if negating a validation. This would be the negation of the |
I was originally thinking just an inverted version of |
I'm not sure we want to add generic |
I second @Keats. This is not the way to go. This could be solved with a custom |
This would be nice to have for me, specifically for cases where all inputs are valid except for a single case (Uuid::nil()), or where two fields can contain similar types of data, but they can't exactly match. I haven't spent much time looking at the internals, but i'd be willing to try to write the code if its feasible to do.
The text was updated successfully, but these errors were encountered: