We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
react-native -v: 0.75.0 npm ls react-native-macos: 0.75.7 node -v: 23.1.0 npm -v: 10.9.0 yarn --version: 4.5.0 xcodebuild -version: Build version 16A242d
<TextInput autoComplete="off" secureTextEntry={true} />
Setting autoComplete=“off” should prevent the TextInput from having an autoComplete menu.
autoComplete=“off”
Setting autoComplete=“off” still triggers the autofill menu and completes the autofill.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Steps to reproduce the bug
<TextInput autoComplete="off" secureTextEntry={true} />
Expected Behavior
Setting
autoComplete=“off”
should prevent the TextInput from having an autoComplete menu.Actual Behavior
Setting
autoComplete=“off”
still triggers the autofill menu and completes the autofill.Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: