-
Notifications
You must be signed in to change notification settings - Fork 28
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
Why am I getting (US$) and not ($) #86
Comments
@rochapablo did you have any luck solving this? I'm having the same issue. |
@gregholland, nop. I kind give up for now. I'm working in other areas and I'll let this for later. |
Honestly I don't think this issue has to do with this lib. Under the hood it uses the browsers intl API which is what is using |
Oh and the
I honestly can't find good reason to use them.. seems hard to maintain. |
I was able to solve the problem using singular 'locale' form: |
Need to use currencyDisplay: 'narrowSymbol' to display $ instead of US$ . Please refer https://stackoverflow.com/questions/52410407/intl-numberformat-currency-us-currency-symbol |
I'm using
This is how I'm formatting
And here's my js file
Everything that I tried, or nothing happens or I got this error
The text was updated successfully, but these errors were encountered: