Skip to content
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

Avoid whole-form validation when no field validation is provided. #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucasconstantino
Copy link

@lucasconstantino lucasconstantino commented Mar 7, 2021

Having a default validation function provided - even when no field validator is given - results in whole form validation being triggered each time array items are altered:

https://github.com/final-form/final-form/blob/9c732e27f29e82ea55b7c0f8a6cafb208c96ccb9/src/FinalForm.js#L897

This PR fixes it, by ensuring undefined is passed in case no validation is provided by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant