vue-number-format
vue-number-format copied to clipboard
Issue with large numbers
When you use large numbers, it doesn't format correct My config
{
decimal: ",",
separator: ".",
prefix: "",
suffix: "",
precision: 2,
masked: false,
reverseFill: false,
minimumFractionDigits: 2
}
Steps to reproduce
- Use the above config
- Type in 123456789 It's also possible to reproduce this in your playground: https://vue-number-format.netlify.app/guide/play-ground.html
Expected 123.456.789,00
Actual 1,23 But when you use , as separator and . as decimal it works.
any updates on this?
Working Fine, trying on Google Chrome and Mac
@dipaksarkar can try with separator . and decimal ,
I already tried playground it's working fine with latest version.