currency-formatter icon indicating copy to clipboard operation
currency-formatter copied to clipboard

[NOT ACTIVELY MAINTAINED] A simple Javascript utility that helps you to display currency properly

Results 16 currency-formatter issues
Sort by recently updated
recently updated
newest added

@smirzaei already hinted that it might be a good idea to do a full rewrite of this library. I've been thinking a bit, and I'd like to share some of...

The mapping between a locale and the currency is done case-insensitively, but the mapping between a locale and its locale format is done case sensitively. This can cause a locale's...

I absolutely love this repo. Thanks for creating it! The one thing It's missing for me is the name of the currency which I use when the user is selecting...

It seems this lib only allows one format per currency. However, the format, in particular symbolOnLeft, usually depends on the locale. For example, I think Canadians speaking French will use...

It would be nice if there was a option to remove zero cents, but leave cents if there was a value. ``` 30 > $30 12.43 > $12.43 12.43543 >...