-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touch all fields that have errors #21
base: master
Are you sure you want to change the base?
Conversation
When a person doesn't touch all the fields before hitting next. You don't see any error messages unless you touch the field after the form is validated. See comment on formik here: jaredpalmer/formik#2734 (comment)
|
I'm currently having this issue on a project I'm working on. It's great to see that there's a a PR for this. Is there any ETA on a release? Great project btw! :) |
I'm using this beforeNext function to do it.
|
Hi, any solution? i use tailwind.
|
In What File? |
When a person doesn't touch all the fields before hitting next. You don't see any error messages unless you touch the field after the form is validated.
See comment on formik here: jaredpalmer/formik#2734 (comment)