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

Quasar project decimal comma input does not work on android 9 #190

Closed
happymax-dbs opened this issue Jan 11, 2021 · 2 comments
Closed

Quasar project decimal comma input does not work on android 9 #190

happymax-dbs opened this issue Jan 11, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@happymax-dbs
Copy link

I use the last version 1.22.4 with locale set to "it" - this is my function method in computed block

currencyOptions () {
       return {
          locale: 'it',
          currency: null,
          allowNegative: false
       }

When running the application on the Android 9 phone or tablet, the decimal point (comma) does not work.

I have tested also your playground page and the only configuration that work is locale en-IN or en-US; any configuration with comma as decimal separator dont't work.

Can you please give me some advice to solve this issue.
Thanks a lot for you work and your help.

@dm4t2
Copy link
Owner

dm4t2 commented Jan 13, 2021

Hi, thanks for reporting. I can reproduce your issue on BrowserStack. It seems, that there's no keypress event triggered on Android when using the numeric keyboard. This is necessary to input decimal separators different from the current locale (see also #71, #126).

@dm4t2 dm4t2 added the bug Something isn't working label Jan 13, 2021
@dm4t2
Copy link
Owner

dm4t2 commented Jan 22, 2021

Fixed in 2.0.0-beta.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