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
So when you've got a webform submitted it'll come through like {:name "Foo" :age "18"} and you need to transform :age to be a number before performing lt or gt checks against it. So a transforming validator could take those lt/gt validations and pass a parsed value to them. Eg:
So when you've got a webform submitted it'll come through like
{:name "Foo" :age "18"}
and you need to transform:age
to be a number before performinglt
orgt
checks against it. So a transforming validator could take thoselt
/gt
validations and pass a parsed value to them. Eg:The text was updated successfully, but these errors were encountered: