-
Notifications
You must be signed in to change notification settings - Fork 50
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
Ability to perform field-level validations? #39
Comments
Hello, any news regarding this feature? |
I'm using Yup and it works great for validation, even on custom components. |
@florenzo-42 I'm settled for not using |
Any news? I guess we just need to add the validade on the withFormikControl HOC |
I just used the validationSchema prop. Search on Formik git home page for "validationSchema". That's exactly what worked for me. No HOC needed for that. |
The
<Field />
component from Formik allows for field-level validation and currently this is a bit of a pain to do with react-native-formik. Are there any plans to support it out of the box?The text was updated successfully, but these errors were encountered: