I've got an issue where trying to submit this form brings up a warning as every field is being marked as formik.touched=true - this warning should only come up when name field's are changed.
I've tried removing/adding onBlur (some online forums said that could be causing an issue), and otherwise tried console logging everywhere. Can't find out why touched is always true!
Formik always sets touched to true on submission.
https://formik.org/docs/guides/form-submission
Without seeing your validation schema, and errors, you might need to add a .nullable() check on your values you are passing through.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With