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

don't set error to undefined when async validation still running #406

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

Conversation

huczk
Copy link

@huczk huczk commented Feb 22, 2021

I want to stop set errors to undefined when has async validation which is still running.
It only works on form validate fn. Async field level validators still set errors to undefined on processErrors first run.
If particular field has field validation (async or not) - it will works as before this change.

Issue - final-form/react-final-form#320

@bertho-zero
Copy link
Contributor

@erikras Can you look at this please ?

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.

None yet

2 participants