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
If a string (or a number, when it works (#6)) is given as value with not enough decimals when a said precision is needed, some integers are turned into decimals.
Example: <CurrencyInput value="6300" precision="2"/> yields a field like [63.00] instead of [6300.00].
An easy way to avoid that when receiving numbers is as follows, but string values would require manual work: