final-form / final-form/react-final-form
New Validating property not working correctly when field is blurred(focused out)
Open
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
New Validating property not working correctly when field is blurred(focused out). I am using componentDidUpdate where I am receiving this.props.meta.validating value to be true when I type in something and false once I stopped typing. However, if I type, while validation is in progress, I focus out of the field, the validation remains true. This might be a bug or I might be doing something wrong in which case please guide me.
Contributor guide
Assessment
This issue has not been assessed yet.