react-currency-input-field
react-currency-input-field copied to clipboard
Set value props with null via state not clearing the form
trafficstars
Describe the bug Cannot clear form by set null to its value
To Reproduce set value props with null (described in codesandbox)
Expected behavior
since expected output value type from the field is number, it would be great if we can clear the form by set it's value with null instead of empty string
Code Sandbox CodeSandbox