-
Notifications
You must be signed in to change notification settings - Fork 24.7k
fix: TextInput onTextChanged triggered incorrectly #31376
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
Conversation
Base commit: 91452fc |
Base commit: 91452fc |
It is amazing that we still cannot get |
e6a6349
to
ce4c42a
Compare
Hoping this fix can be included in next release. |
ce4c42a
to
b67c212
Compare
rebase to main for ci, but somehow the ci still failed |
b67c212
to
ea7cbb9
Compare
any updates on this PR? |
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
Summary
fix #30578
Using the language like Chinese, we need to construct a character with symbols or alphabets, the
onTextChanged
from TextInput is not handling this kind of language correctly.Changelog
[iOS] [Fixed] - TextInput onTextChanged triggered incorrectly
Test Plan
Before
before.mov
After
after_applied.mov