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

Combination of currency=null, hideGroupingSymbol=false and locale 'de-DE' not working properly #40

Closed
tv-enermarket opened this issue Oct 31, 2019 · 6 comments
Labels
bug Something isn't working

Comments

@tv-enermarket
Copy link

Hello,

in the combination
{ locale: 'de-DE', currency: null, hideGroupingSymbol: false }
the input doesn't accept more than 4 digits:
hide

If i set hideGroupingSymbol to true OR set a currency it works fine:
show

There seems to be multiple combinations where its working/not working.
Please help :)

@dm4t2
Copy link
Owner

dm4t2 commented Nov 1, 2019

Hi, thanks for reporting. I'll take a look at it.

@dm4t2 dm4t2 added the bug Something isn't working label Nov 1, 2019
@dm4t2 dm4t2 closed this as completed in 0746018 Nov 2, 2019
@dm4t2
Copy link
Owner

dm4t2 commented Nov 2, 2019

I just fixed this issue in release 1.11.2.

@tv-enermarket
Copy link
Author

Thank you for your quick response!

@tv-enermarket
Copy link
Author

Unfortunately it didn't fix it. Now i can enter more than 4 digits but as soon as i leave the input, the digits after the "." are being cut off.
E.g.: Enter 12.322 , leave the input: 12

@dm4t2
Copy link
Owner

dm4t2 commented Nov 4, 2019

It's a little tricky 😉

@dm4t2 dm4t2 reopened this Nov 4, 2019
@dm4t2 dm4t2 closed this as completed in 408bd40 Nov 4, 2019
@dm4t2
Copy link
Owner

dm4t2 commented Nov 4, 2019

It should work now in release 1.11.3 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants