vue-numeric icon indicating copy to clipboard operation
vue-numeric copied to clipboard

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

Open Taifunov opened this issue 3 years ago • 0 comments

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

Taifunov avatar May 24 '22 11:05 Taifunov