Reputation: 900
I have an email field and I am validating its uniqueness as the user types in i.e is the email the user is typing available. Currently, I only get the error message when the user loses focus of the field (onBlur) but I want formik to show errors while the user is typing in. I've read that showing errors on losing focus on the field is the 'default' behavior of formik but I was hoping maybe there was a way to achieve what I want?
Upvotes: 1
Views: 3545