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

💵 react component for currency formatting

Results 24 react-currency-formatter issues
Sort by recently updated
recently updated
newest added

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies

Getting this issue when trying to install. ``` Could not resolve dependency: peer react@"16.x" from [email protected] node_modules/react-currency-formatter react-currency-formatter@"*" from the root project ```

We need to update peer dependency of react to version 17.

Is there a way for me to get the euro symbol infront of the amount? Couldn't fix it using pattern prop: '! ##,###'

Hi, Thanks for this useful component, I would like to format amounts with no group separator, for instance: 258369.78 € Is it possible with the available props ? For now...

There doesn't appear to be a way to get a $ at the beginning of a pattern it blows up with a length exception.

When I do... ``` ``` I get the following in Chrome: £450.00 And in safari I get: £450.00 Any idea why?