-
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][TextInput] when combine secureTextEntry + autoCapitalize props #28709
Comments
Yeah, seems like a reoccurring issue with TextInput. I made a PR for another case a while back #27523 I believe the flag system for TextInput needs to be relooked cc @JoshuaGross |
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. |
It is still an active issue. |
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. |
It is still an active issue. |
The problem occurs only in Android |
This is the brief testing I did of this issue in the reactnative master TextInputSharedExample and did not experience this issue. CLICK TO OPEN TESTS RESULTS
|
If you go back to the words input box to continue typing, you will find that the original content is not overwritten. |
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 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 was closed because it has been stalled for 7 days with no activity. |
I wanted to ask if you still experience this issue. I have been contributing to facebook/react-native for 4 years and I specialize on the Text/TextInput components. Thanks a lot |
Description
In Android, when TextInput's
secureTexEntry={true}
props is combined withautoCapitalize
props with value (words or characters), text input is not being obscured.React Native version:
Steps To Reproduce
autoCapitalize="characters" secureTextEntry={true}
autoCapitalize="words" secureTextEntry={true}
autoCapitalize="sentences" secureTextEntry={true}
autoCapitalize="none" secureTextEntry={true}
Expected Results
Actual Results
Snack, code example, screenshot, or link to a repository:
Snack: https://snack.expo.io/@chalkdust/fe09af
Others
Sample code snippet:
Possible Related issues
#20606
#26799
The text was updated successfully, but these errors were encountered: