final-form / final-form/react-final-form
Submission errors with combination of subscription prop disable returned submission error
- 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**?
Submitting a bug report
### What is the current behavior?
simple form with both feature, Submission errors and
`subscription={{ submitting: true, pristine: true }}` disable the returned submission error
[https://codesandbox.io/s/intelligent-pine-kotjt?file=/index.js](https://codesandbox.io/s/intelligent-pine-kotjt?file=/index.js)
### What is the expected behavior?
both feature should work together unless I missed something in the docs...
### Sandbox Link
### What's your environment?
```javascript
"final-form": "4.18.7",
"react-dom": "16.13.0",
"react": "16.13.0",
"react-final-form": "6.3.5",
```
### Other information
Contributor guide
Assessment
This issue has not been assessed yet.