bug report
I have two input fields that start with empty strings as default values. Let's say the fields are edited and then reverted back to default (empty string). Now, the values object is missing that key.
I expect there to be a way for the values to remain empty.
"react-final-form": @6.1.0,
"react-dom": @16.9.0,
"react": @16.9.0,
"final-form": @4.14.1
Using an identity parse function appears to be a good way to mitigate this. See https://github.com/final-form/react-final-form/issues/130#issuecomment-425482365
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Using an
identityparsefunction appears to be a good way to mitigate this. See https://github.com/final-form/react-final-form/issues/130#issuecomment-425482365