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

Deleting Characters when using suffix prop #11

Open afonso-tsx opened 3 years ago

afonso-tsx commented 3 years ago

Hi! I'm using the suffix prop on FakeCurrencyInput, and noticed that when the input is focused, if you immediatly try to delete a character, it won't allow you too unless you type a character first. This doesn't happen with prefix. Great job on the package by the way!

CaioQuirinoMedeiros commented 3 years ago

Hi @afonsopbarros. I can't reproduce that, could you please share your code?