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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
I know there is an Internationalization API for the currency formatting but I opted for this plugin because it does the required job that I needed in my project. It handles currency decimal points very well and also allows to give symbol option as null which was the requirement.
It is working very well but I got to know there is one problem in the currency json file.
IQD currency code which is of country Iraq is having the wrong decimalDigits value in currencies.json file.
IQD decimalDigits should be 3 but in the file it is specified 2.
It would be helpful if you update the file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know there is an Internationalization API for the currency formatting but I opted for this plugin because it does the required job that I needed in my project. It handles currency decimal points very well and also allows to give symbol option as null which was the requirement.
It is working very well but I got to know there is one problem in the currency json file.
IQD currency code which is of country Iraq is having the wrong decimalDigits value in currencies.json file.
IQD decimalDigits should be 3 but in the file it is specified 2.
It would be helpful if you update the file.
The text was updated successfully, but these errors were encountered: