gerhat / material-ui-formik-components

Formik ready material ui components
MIT License
85 stars 13 forks source link

Submit is not working in my code #21

Closed cargallo closed 4 years ago

cargallo commented 4 years ago

When I click submit in my code it doesn't work. Do nothing. I'm just pasting the example provided in

https://github.com/gerhat/material-ui-formik-components/blob/master/example/src/SimpleFormExample.jsx

cargallo commented 4 years ago

It was a problem with Yup validation. Close it.