vue-numeric
vue-numeric copied to clipboard
Issue when typing digits with comma it's reseted to 0.00
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