mukesh210
mukesh210

Reputation: 2892

react-intl maintain number of digits in original number

I am using react-intl for formatting number based on locale.

For cs locale, this.props.intl.formatNumber(-0.0001) is returning -0. I want library to return -0,0001. So, i don't want to round number.

How can i achieve this.

Upvotes: 0

Views: 847

Answers (1)

Related Questions