-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
replaceText does not trigger TextInput's onChangeText event #151
Comments
This is an issue with Earl Grey, the underlying infrastructure we are using on iOS. google/EarlGrey#31 |
Closing this for now. You can track Earl Grey's progress in the issue linked above. |
+1 |
await id('textarea').replaceText(content)
await id('textarea').clearText()
await id('textarea').replaceText(content) After replaceText, clearText and then replaceText can trigger TextInput's onChangeText event. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
typeText works fine but I need to input some non-English text, so I use replaceText. The problem is that it does not trigger onChangeText event. Anyone else experienced this problem?
The text was updated successfully, but these errors were encountered: