You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number(value) === Number(prevValue) won't work as formatted value can change due to change on format props as well. prefix/suffix, separator etcs.
Anyways this would happen, only when user is typing decimal character on empty input with decimalScale and fixedDecimalScale set. Putting a fix around this.
Meanwhile I would suggest to not use floatValue on onValueChange.
Describe the issue and the actual behavior
#850
Describe the expected behavior
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/p/sandbox/alloweddecimalseparators-demo-forked-4z33vm
Provide steps to reproduce this issue
Please check the browsers where the issue is seen
The text was updated successfully, but these errors were encountered: