microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.57k stars 138 forks source link

TextInput autoComplete=“off” is invalid. #2268

Open bear-ei opened 2 weeks ago

bear-ei commented 2 weeks ago

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