jquense / yup

Dead simple Object schema validation
MIT License
22.93k stars 934 forks source link

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

Closed xblurx closed 8 months ago

xblurx commented 9 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 8 months ago

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