bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.
MIT License
1.61k stars 249 forks source link

Type Money adds zero to the left #253

Open kuriel-trivu opened 3 years ago

kuriel-trivu commented 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.

gustavogialim commented 3 years ago

Same problem here, some news @kuriel-trivu ?

gustavogialim commented 3 years ago

Even without an initial value the problem occurs

DIUSII commented 3 years ago

options={{ precision: -1, }}

anderpaz commented 3 years ago

Somebody?