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 when you type fast #258

Open anderpaz opened 3 years ago

anderpaz commented 3 years ago

when you type fast in the input, the initial masked 00.0 allows to persist the zero to the left. Depending of how fast you type numbers, 0s to the left are not totally removed. like: 0154.54 00137.45

3KINGZ commented 3 years ago

did you find a fix for this?

cacio commented 10 months ago

I have the same problem, was there any solution?