CaioQuirinoMedeiros / react-native-currency-input

A simple currency input component for both iOS and Android
https://www.npmjs.com/package/react-native-currency-input
MIT License
158 stars 25 forks source link

Getting NaN when a User Trying To Change Some Number in Input Field #21

Open sheggietyn opened 2 years ago

sheggietyn commented 2 years ago

i'm using Formatnumber for my input Field and any time You type a Number it Shows the value properly, but when you Clear a number from the previous number you added and add a new number it automatically Changes all Number to NAN

CaioQuirinoMedeiros commented 2 years ago

can't do much without a reproducible code