allowedDecimalSeparators={[",", "."]}
decimalSeparator='.'
1) paste '11.11', result '11.11';
2) paste '11,11', result '1 111'
decimalSeparator=','
1) paste '11.11', result '1 111';
2) paste '11,11', result '11,11'
i have same issue
Hi. Same issue here...:/
Hi, @s-yadav
This problem is still relevant today
@tenkij thank for your code-pen i had fixed the issue. Love you 3000
Hi @s-yadav,
Same problem here ;)
I'm not very sure but i think maybe it's forcing formatting the value since it's a number greater than a thousand. By default if thousandSeparator prop it's not present it shouldn't force formatting, but it's a posibility.
Most helpful comment
i have same issue