mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 14:04:10 +00:00
e4c3a21c42
Browsers treat autoComplete "off" as "on". The fix is to provide the browser with an unrecognized value so that it doesn't attempt to auto-fill the input. Fix #1249