-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Android - Composer - Previous text is cut off after creating next line #45522
Comments
|
@gedu I checked this, it is reproducible in new architecture working correctly in old one. |
@cortinico While debugging this I found this TODO: Line 1342 in 245e5d9
Here we are setting padding to zero. Where do we need to move this code block? |
I think it's the same issue as this PR is fixing - #42331 |
@j-piasecki I think your forked repo is not in sync with main one. |
Description
When the TextInput component is controlled and the multiline prop is set to true, the text gets cut off after writing some text and adding a new line. However, when a new character is added, the text displays correctly.
Steps to reproduce
React Native Version
0.74.3
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/gedu/android-composer-reproducer
Screenshots and Videos
android_composer_cutoff_multiline.mp4
The text was updated successfully, but these errors were encountered: