final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.38k stars 480 forks source link

formatOnBlur transforms value to string #586

Open blasterpistol opened 5 years ago

blasterpistol commented 5 years ago

https://codesandbox.io/s/react-final-form-format-on-blur-example-du6fs

blasterpistol commented 5 years ago

https://github.com/final-form/react-final-form/blob/1ddf530edfb28f0e5c65d6e4af644f00c63a857c/src/useField.js#L55

is where formatted value saves to form state

tsufiev commented 5 years ago

Same issue here https://github.com/final-form/react-final-form/issues/560#issuecomment-513534583