rogerbright
rogerbright
Shouting into the wind! Hope the next person can use this as a basis for reporting the issue.
Still happening on latest release. I've updated the `react-native info` text in the description.
Tested just now on both an emulator (Nexus 5X API 28) and an actual device (Galaxy Tab A SM-T580). Same results on both.
Sure. https://snack.expo.io/By1LO7uUV In the snack interface, the bug appears only on Android. Works correctly on iOS. Make sure you enter only lowercase letters.
@umair-khanzada your issue seems different. In my case, the callbacks are being called just fine... it's what happens when I modify the text that makes things screwy.
You could mess around with a Math.random() key for the input field. This blurs the focus after each keystroke though, so you'd have to write code to re-focus and move...