-
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
TextInput from React Native does not show entered text #22627
Comments
Confirmed this is still happening with the latest release. |
I am facing the exact issue in certain conditions, any quick fix? I tried multiline={true} but it breaks my alignment. Why is this not working out of the box? |
joins the question |
Still happening on 61 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Can someone reopen this? A "Feature" or "Easter Egg" of react native apps? |
Environment
Description
The
TextInput
component does not show text just typed if it already has some long text and the cursor is in the leftmost position.Steps to reproduce:
TextInput
.Expected:
Actual:
I.e., "abc" is entered, however, the cursor stays in the initial position and the entered text is not visible. I have to move the cursor to the left myself to see the text. That is not expected behavior: I, as a user, feel that the input is broken and my text just is not entered at all.
Reproducible Demo
The project to reproduce the issue is available here. Just run it in Xcode on an iOS simulator.
Related Stack Overflow Question
https://stackoverflow.com/questions/53732372/textinput-from-react-native-does-not-show-entered-text
The text was updated successfully, but these errors were encountered: