vue-number-format icon indicating copy to clipboard operation
vue-number-format copied to clipboard

Issue with large numbers

Open yusufkaracaburun opened this issue 1 year ago • 1 comments

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

  1. Use the above config
  2. 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.

yusufkaracaburun avatar May 10 '24 12:05 yusufkaracaburun

any updates on this?

yusufkaracaburun avatar May 16 '24 19:05 yusufkaracaburun

Working Fine, trying on Google Chrome and Mac

REC-2024121234721 PM

dipaksarkar avatar Dec 12 '24 10:12 dipaksarkar

@dipaksarkar can try with separator . and decimal ,

yusufkaracaburun avatar Dec 16 '24 17:12 yusufkaracaburun

I already tried playground it's working fine with latest version.

dipaksarkar avatar Dec 16 '24 18:12 dipaksarkar