Skip to content
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

Using German setup and pass in Number as value does not work #58

Closed
joergbirkhold opened this issue May 10, 2017 · 1 comment
Closed

Comments

@joergbirkhold
Copy link

I created a pen here:
http://codepen.io/anon/pen/zwRWKg
basically this setting:

getInitialState : function(){ return {inout:3000.33}; },
<NumberFormat value={this.state.inout} thousandSeparator={'.'} suffix={' €'} decimalSeparator={','} decimalPrecision={true} />

does produce:
300.033,00 €
but should be:
3.000,33 €

@s-yadav
Copy link
Owner

s-yadav commented Jul 9, 2017

Fixed in 2.0.0 alpha

@s-yadav s-yadav closed this as completed Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants