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
It would be very handy to be able to validate an attribute against a list of validators.
This way they can be composed easily
Eg :validator: [instanceof(float), max(2), min(0)]
It would be very handy to be able to validate an attribute against a list of validators.
This way they can be composed easily
Eg :
validator: [instanceof(float), max(2), min(0)]