Currency being rounded up
Is there a way when you use currency for it to not round up. I need to use exact amounts for example $189.67 and for it not to round it up to 190.
3 Replies
@sinhosie from what I've checked, amounts with one decimal number like $4.9 are not rounded but with two decimal numbers are rounded, could you please create an issue in repo?
Indeed it seems like the currency field is getting rounded up starting from the second decimal digit ( does not seem to apply to numbers fields 🤔 )
About to create an issue in order to track this behavior and determine what we wanna do
GitHub
Ex: In DarkMode, a blank square appears in bottom right corner whil...
Bug Description Currency field values with 2 decimals gets rounded up Screen.Recording.2025-06-10.at.11.36.23.mov Expected behavior To be determined ? But would instinctively expect the value not t...