Open kuriel-trivu opened 3 years ago
when you type fast in the input, the initial masked 00.0 allows to persist the zero to the left, like:
00123.45
0123.45
Depending of how fast you type numbers, 0s to the left are not totally removed.
Same problem here, some news @kuriel-trivu ?
Even without an initial value the problem occurs
options={{ precision: -1, }}
Somebody?
when you type fast in the input, the initial masked 00.0 allows to persist the zero to the left, like:
00123.45
0123.45
Depending of how fast you type numbers, 0s to the left are not totally removed.