-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toCurrencyString
multiplies result by 10 when target decimal separator is comma
#116
Comments
@nizioleque what if you use Period as thousand separator without your workaround mention above? is it multiplied by 10 also? |
@fahami Yes, you can see this in the examples I provided. |
|
thank you @nizioleque for the walkaround! having the same issue here.. waiting for the fix! |
any fixes ? this issue became like a horror |
Example code:
returns
"10,00"
instead of expected"1,00"
.The same happens with the following code:
which to me also seems like a bug, but maybe this is the expected behavior? Could you please mention the expected input for this function in the documentation?
I have found a temporary workaround, but I would appreciate a fix :)
Here is my workaround, if anyone needs it:
The text was updated successfully, but these errors were encountered: