Validation Array / Better DX #651
-
|
I noticed the default way to perform validation is by using a I really love the in Angular there are ways to compose validations when creating a form. I'm not sure how this would work, but it would be nice to compose validations for a form without having to write a function for each field and/or validation. I feel like that could end up requiring a lot of grunt work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Zod is actually able to chain errors together! π This should work! |
Beta Was this translation helpful? Give feedback.
Zod is actually able to chain errors together! π
This should work!