ngx-mask icon indicating copy to clipboard operation
ngx-mask copied to clipboard

Numbers starting with 0.0X and separator.10 or greater do not work.

Open pookdeveloper opened this issue 1 year ago β€’ 0 comments

🐞 bug report

Is this a regression?

No

Description

With decimal numbers that start at 0.0X and separator.10 or greater, it rounds the number and it shouldn't, if I modify it by hand it does work

In testControl 2 it should be the number: 0,0850000000

image

πŸ”¬ Minimal Reproduction

https://stackblitz.com/edit/stackblitz-starters-pq3bbe?file=src%2Fapp%2Fapp.component.ts

πŸ”₯ Exception or Error

🌍 Your Environment

Angular Version:

18.2.2

Anything else relevant?

pookdeveloper avatar Oct 03 '24 09:10 pookdeveloper