DEV Community

Discussion on: No more tears, handling Forms in React using Formik, part II

Collapse
 
marcelgeo profile image
MarcelGeo

Is it possible to use validationSchema and async validation simultaneously for one Formik Component? Thanks for usefull tutorial. Yup looks mutch smarter than AvForm in Bootstrap.

Collapse
 
softchris profile image
Chris Noring • Edited

I believe so.. Let me see if I can come with an example of that to show how..

Yea here I have such an example github.com/softchris/formik-exampl...