Skip to content
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 autoComplete=“off” is invalid. #2268

Open
bear-ei opened this issue Nov 11, 2024 · 0 comments
Open

TextInput autoComplete=“off” is invalid. #2268

bear-ei opened this issue Nov 11, 2024 · 0 comments
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@bear-ei
Copy link

bear-ei commented Nov 11, 2024

Environment

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

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.

Image

Reproducible Demo

No response

Additional context

No response

@bear-ei bear-ei added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
None yet
Development

No branches or pull requests

1 participant