bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type Money adds zero to the left

kuriel-trivu opened this issue · comments

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?