final-form / final-form/react-final-form
Synchronous Record-Level Validation (with delayed error render) Example does not work as advertised
Open
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
### Are you submitting a **bug report** or a **feature request**?
**Bug report**
### What is the current behavior?
_STEPS TO REPRODUCE:_
- Access [Synchronous Record-Level Validation (with delayed error render) Example](https://codesandbox.io/s/z2zqr008pm)
- Follow the instructions in the `Things to try:` section.
Errors are rendered immediately without a delay.
### What is the expected behavior?
The errors are expected to render after a delay of 1 second (1000 ms).
### Sandbox Link
https://codesandbox.io/s/z2zqr008pm
Contributor guide
Assessment
This issue has not been assessed yet.