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
I'm not sure how I feel about adding enum. The other filters cast/convert incoming values to a particular type. With enum I guess we'd have to force the type to String. Alternately, it could avoid casting and only check exact values but I feel like that'd be a problem. People expect the casting of inputs.
It's longer but you can do this now with a validation:
I think something like dry types enums would be a great addition to the library!!
The text was updated successfully, but these errors were encountered: