react-native-forms
react-native-forms copied to clipboard
TextInputCell -> onChange problem
Hello! Good package. I use it for my Android app.
onChange
event isn't working correctly.
When I copy-paste the text into cell onChange
isn't called. Also when I press only one key on the keyboard the same behavior has happened.
When I press a key twice => onChange
is called correctly.
But when I use inputProps.onTextChange
all work correctly -- copy-paste is working and one key press also sends event.
My platform is Android, React Native is 0.46.4, react-native-forms is 1.0.1.