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
Yes, that makes sense, as that would be closer to Intl.NumberFormat. But as it is a behaviour change, the best time to handle this will be with maximumFractionDigits, and minimumFractionDigits.
Meanwhile workaround is to handle it parent level by using Intl.NumberFormat.
<NumericFormat value={51.97} decimalScale={1} />
renders 52.0 which is wrong in my opinion, it should be 52, without decimals.
https://codesandbox.io/p/sandbox/decimalscale-demo-forked-7zky75
Related to
maximumFractionDigits
mentioned in #752The text was updated successfully, but these errors were encountered: