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

Issue when typing digits with comma it's reseted to 0.00 #128

Open
Taifunov opened this issue May 24, 2022 · 0 comments
Open

Issue when typing digits with comma it's reseted to 0.00 #128

Taifunov opened this issue May 24, 2022 · 0 comments

Comments

@Taifunov
Copy link

Can you add the ability to somehow restrict numeric input to only '.' or ',"?
Because when I set the delimiter as '.' and try to enter 2,55 it resets to 0.00 (I think it's a bug) or we should be able to use both cases or limit this delimiter with some prop

Expected Behavior

2,55 or restrict to use ',' demiliter

Actual Behavior

2,55 resets to 0.00

Steps to Reproduce the Problem

1.Write 2,55 (with comma)
2. Remove focuse from input

Specifications

  • Plugin Version: 2.5.0
  • Vue.js Version: 2.6.12
  • Browser: Chrome
  • OS: Windows
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

1 participant