ProdutorAgro / react-native-masked-input-text

A typescript masked input component for react-native
14 stars 13 forks source link

Can this overcome #11068 issue in react native? #7

Open martianatwork opened 4 years ago

martianatwork commented 4 years ago

https://github.com/facebook/react-native/issues/11068

TLDR: value updates on text input sometimes cause weird values. Ex. AB can become ABAAAB. If we change the value using toUppercase or similar