-
Notifications
You must be signed in to change notification settings - Fork 81
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
select multiple validation errors not shown #165
Comments
fix this and create a PR for this, waiting for merge #166 |
will close after PR merged |
I faced up with the same issue. Sometimes error is shown, but it hides after submitting form |
@MaruniakS actually the error is there, but array field has some problem with |
@MaruniakS yeap, instead of setting touched to |
#166 fixed it |
I have a field which is an array, with initial value [], I will validate it by
Yup.array().required('required')
, but its touched is false when submit, and validation error can not shown.The text was updated successfully, but these errors were encountered: