-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
TextInput multiline is jumpy and flaky when pressing new line #33165
Comments
Am I really the only one experiencing this? It's quite weird that this isn't getting any attention, because it's literally just plain text input so I would expect others to experience this. |
@aprilmintacpineda I’m encountering the same thing, awaiting for a fix |
0.67.3 I just saw 0.67.4 but the release notes doesn't talk about anything related to ios, it talked about a text input bug related to android. I'm just about to try it. EDIT: I'm now on 0.67.4 it still happens
Thanks for confirming! That gives me hope! |
@aprilmintacpineda ignore the first quote on your comment above, I confused the issues 🥴. |
oh, this has been around for years. yes it's a regular text input that flickers in a very basic scenario so user can tell for sure if the app was made using RN)) |
@Omelyan do you mind sharing the wrapper? |
Any update on that? |
Same Issue here, I'm trying to make a Note writting app. |
Adding |
Also experiencing this problem - feels like it should be prioritized as it makes long text input unusable (unless you can turn off scrolling). Related: #16826 |
This issue 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 issue is not stale as it still exists. |
Well, here we are, in September 2024, and the issue still exists. |
This comment was marked as abuse.
This comment was marked as abuse.
Oct 2024 issue still exist. |
According to @dan_abramov2, removing |
Nov 2024 still broken |
It's 2025 still broken |
Description
When you set
mutline
totrue
and enter/delete new lines, the scrolling is really flaky. Notice that this app was instantiated withnpx react-native init myapp --template react-native-template-typescript
Android
android.mov
iOS
ios.mov
Version
0.67.2
Output of
npx react-native info
Steps to reproduce
Adding
scrollEnabled={false}
will somehow fix the issue but:Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: