jquense / yup

Dead simple Object schema validation
MIT License
22.73k stars 926 forks source link

is it possible to disable yup validation globally within the app? #2177

Closed xblurx closed 6 months ago

xblurx commented 6 months ago

hi, the title kind of says it all, is it possible to implement somewhat of a toggle to manipulate yup validation to all the forms in the app? Thanks

jquense commented 6 months ago

there is no global toggle in yup for that, but you can build your form implementation to have one if you want