final-form / final-form/react-final-form
"Format On Blur" example submits unformatted data when submitting with enter
Open
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
https://codesandbox.io/s/3rp260ly51
Enter e.g. 1000 in the price field and press enter. In this case the entered value is submitted and the formatting only happens afterwards.
While technically no onblur happened, it's probably not what someone would expect.
Contributor guide
Assessment
This issue has not been assessed yet.