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

Make decimal input independent from the device locale #390

Open
emartynov opened this issue Dec 28, 2017 · 2 comments
Open

Make decimal input independent from the device locale #390

emartynov opened this issue Dec 28, 2017 · 2 comments

Comments

@emartynov
Copy link
Contributor

Proposal - No mater user uses , or . as decimal separator just treat it as valid input.

Currently, the input value is checked with Number parsing and produces issues like #389.

@piotrek1543
Copy link
Contributor

@emartynov is already it fixed? I think about forcing programmatically Locale to Locale.English where problem occurs (as you may remember, I had similar one during implementing tests).

@emartynov
Copy link
Contributor Author

It is not fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development
  
ToDo
Development

No branches or pull requests

2 participants