Open asher-feil opened 2 years ago
i just tested in Chrome, but I don't imagine this is tied to a browser at all
@asher-feil Can you please elaborate a little on
To deal with pre-existing fields with improper values We are not applying the NumberFormat on edits until the user clicks into the input.
Also, have you considered upgrading to v5 as there are hooks available which may be of help. For your reference:
Happy to help you further 🙂
Describe the issue and the actual behavior
I have a case where I have a currency field that we are migrating to use NumberFormat. To deal with pre-existing fields with improper values We are not applying the NumberFormat on edits until the user clicks into the input. When that happens we see the masking take effect(this was done with the specifics props and not a format) but there is no change event fired.
Describe the expected behavior
We want to have a change event so we can pick up the change in value that now matches what is visibly displayed on the screen
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/s/keen-shirley-7qcssf
Provide steps to reproduce this issue
Please check the browsers where the issue is seen