Booleanish cast or transform #1083
albertcito
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To work with
booleanish
, I have to do this:If I had a validation and the request sent
"true"
, it would return a validation error. It is possible to make it work by casting the request value before it's added to the class, and after that, run the validation?Beta Was this translation helpful? Give feedback.
All reactions