-
Notifications
You must be signed in to change notification settings - Fork 25.2k
TextInput value flickers when adding new lines #43363
Copy link
Copy link
Open
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Issue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Platform: AndroidAndroid applications.Android applications.
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Issue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Platform: AndroidAndroid applications.Android applications.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Text inside text input is flickering while going to next line as well as deleting text (video 1)
but problem solved if i give height prop instead of maxHeight to the textinput or specify number of lines (video 2)
code
Steps to reproduce
React Native Version
0.73.5
Affected Platforms
Runtime - Android
Output of
npx react-native infoStacktrace or Logs
Reproducer
snack.expo.dev/@akshaykhapare/carefree-blue-croissant?platform=android
Screenshots and Videos
video 1
default.1yes.mp4
video 2
default.1no.mp4