-
Notifications
You must be signed in to change notification settings - Fork 200
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
nonEmpty
validation doesn't work on Int values
#1099
Comments
I have this an in exiting Repo, where the error of validation of the form is that of a sub-record. Steps to reproduce
Current behavior |
I was able to find the line that is causing the Still not sure why, I'll try to dig. |
Sorry, it's not that. I'll have to come back to it with fresh eyes, but something is weird 😸 |
Seems the error is coming from Lines 113 to 123 in 6f5f3f9
If the value is empty, it throws the error because it gets |
Closing in favor of #1130 |
I have a non nullable Int field, however I cannot add
nonEmpty
field on it as there's the errorCould not deduce (IsEmpty Int) arising from a use of
nonEmpty'`The text was updated successfully, but these errors were encountered: