react-native-forms icon indicating copy to clipboard operation
react-native-forms copied to clipboard

TextInputCell -> onChange problem

Open misha-plus opened this issue 7 years ago • 0 comments

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.

misha-plus avatar Aug 24 '17 15:08 misha-plus