-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor of TextInput auto jumping crazy after input text on Android with RN 0.60.3 #70
Comments
I can confirm I also face the same issue with RN 0.60+ version. |
same issue on RN 0.60.4 no pull request for next release |
Same on 0.60.0. Any solution? |
Hi guys, we are working on this issue and we will try to fix it as soon as possible. |
It seems this issue is related to react-native TextInput Component. |
same issue on RN 0.59.8 |
any update? |
I am going to close this because as @imnapo said this issue is with react-native library. |
its not related with react native , cus it works well with TextInput of react native |
use this code |
making fat arrow function will solve the issue |
Thanks for this helpful lib. It already working fine with me on RN 0.57.3 but after I update version, this bug is appear. I already debug many times, maybe relate to TextInput on CNTextInput. The onSelectionChange call twice time every type any text input and return different selection value.
The text was updated successfully, but these errors were encountered: