trujic1000 / react-formik-form

Multi Step Form Built With React + Formik 2 + Material UI
23 stars 7 forks source link

Bug - It is not validating the second part of the form #1

Open angelorubin opened 4 years ago

angelorubin commented 4 years ago

Hello, your work was very good, but it has a small bug, it is not validating the second part of the form.

Ap1402 commented 4 years ago

That is the expected behaviour, that part is optional and there is no validation schema assigned to it.