-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Weird problem with TextInput in RN v0.75, note that I'm using expo dev build. #47216
Labels
Component: TextInput
Related to the TextInput component.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Needs: Version Info
Comments
|
react-native-bot
added
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Needs: Version Info
labels
Oct 26, 2024
|
react-native-bot
added
Component: TextInput
Related to the TextInput component.
and removed
Needs: Triage 🔍
labels
Oct 26, 2024
|
|
Your video doesn't play |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
react-native-bot
added
Stale
There has been a lack of activity on this issue and it may be closed soon.
and removed
Stale
There has been a lack of activity on this issue and it may be closed soon.
labels
Dec 1, 2024
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
react-native-bot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Dec 25, 2024
This issue was closed because it has been stalled for 7 days with no activity. |
react-native-bot
removed
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Jan 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: TextInput
Related to the TextInput component.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Needs: Version Info
Description
I'm using a custom input field which is just based on the basic TextInput component in react-native.(I'm using Android device btw)
The screen essentially consists of two input fields in the same row for first&last name, followed by email, password etc.
when I click on the empty field of the first or last name, I get a suggestion of my first and last name, When I click it, the field seems to get a lighter opacity with the border radius being removed.
Code and Video of the incident attached
Steps to reproduce
The custom input field I'm using
The actual usage in my main component
React Native Version
0.75
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/Mojo963/MoveOnExpo
Screenshots and Videos
RN.mp4
The text was updated successfully, but these errors were encountered: