Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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.

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

Successfully merging this pull request may close these issues.

1 participant