Open bear-ei opened 2 weeks ago
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
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