autocomplete attribute: on & off values
- LSThe autocomplete
attribute for input
elements indicates to the browser whether a value should or should not be autofilled when appropriate.
IE
- 5.5 - 10: Supported
- 11: Partial support
Edge
- 12 - 18: Partial support
- 79 - 102: Partial support
- 103: Partial support
Firefox
- 2 - 29: Supported
- 30 - 101: Partial support
- 102: Partial support
- 103 - 104: Partial support
Chrome
- 4 - 16: Not supported
- 17 - 26: Supported
- 27 - 40: Partial support
- 41 - 102: Partial support
- 103: Partial support
- 104 - 106: Partial support
Safari
- 3.1 - 5: Not supported
- 5.1 - 6.1: Supported
- 7 - 15.4: Partial support
- 15.5: Partial support
- 16.0 - TP: Partial support
Opera
- 9 - 85: Supported
- 86: Supported
- 87: Supported
Safari on iOS
- 3.2 - 4.3: Not supported
- 5 - 15.4: Supported
- 15.5: Supported
- 16.0: Supported
Opera Mini
- all: Supported
Android Browser
- 2.1 - 4.4.4: Supported
- 103: Supported
Opera Mobile
- 10 - 12.1: Supported
- 64: Supported
Chrome for Android
- 103: Supported
Firefox for Android
- 101: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 16.0: Supported
- 17.0: Supported
QQ Browser
- 10.4: Partial support
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Partial support
This support information does not include support for other autocomplete
values.
As described in detail below, many modern browsers ignore the off
value on certain fields in certain cases intentionally in order to give the user more control over autofilling fields. One example is the use of password managers.
- Resources:
- MDN Web Docs - autocomplete attribute