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

isAsyncValidating selector #3901

Closed
cbarringer opened this issue Mar 9, 2018 · 3 comments
Closed

isAsyncValidating selector #3901

cbarringer opened this issue Mar 9, 2018 · 3 comments
Labels
enhancement improvements in current API

Comments

@cbarringer
Copy link
Contributor

Are you submitting a bug report or a feature request?

feature request

What is the current behavior?

There is no selector for isAsyncValidating. This value is passed down as a prop, but having it for use in, for example, re-select would be convenient.

What is the expected behavior?

import { isAsyncValidating } from 'redux-form' should provide a selector factory that takes the form name as the sole argument and returns a selector which takes the redux state and returns whether or not asynchronous validation is in progress.

@gustavohenke gustavohenke added the enhancement improvements in current API label Mar 11, 2018
@cbarringer
Copy link
Contributor Author

I have created pull request #3910 to add this enhancement

@erikras
Copy link
Member

erikras commented Jun 12, 2018

Fix released in v7.4.0.

@erikras erikras closed this as completed Jun 12, 2018
@lock
Copy link

lock bot commented Jun 12, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement improvements in current API
Projects
None yet
Development

No branches or pull requests

3 participants