autocomplete attribute: on & off values
The autocomplete
attribute for input
elements indicates to the browser whether a value should or should not be autofilled when appropriate.
IE | Edge | Firefox | Chrome | Safari | Opera | iOS Safari | Opera Mini | Android Browser | Blackberry Browser | Opera Mobile | Chrome for Android | Firefox for Android | IE Mobile | UC Browser for Android | Samsung Internet | QQ Browser | Baidu Browser |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49
See notes:
|
|||||||||||||||||
56
See notes:
|
9.3
See notes:
|
4.4 | |||||||||||||||
14
See notes:
|
52
See notes:
|
57
See notes:
|
10
See notes:
|
10.0-10.2
See notes:
|
4.4.3-4.4.4 | 4 | |||||||||||
11
See notes:
|
15
See notes:
|
53
See notes:
|
58
See notes:
|
10.1
See notes:
|
44 | 10.3
See notes:
|
all
See notes:
|
56 | 10 | 37 | 57 | 52 | 11
See notes:
|
11.4
See notes:
|
5 | 1.2
See notes:
|
7.12 |
54
See notes:
|
59
See notes:
|
TP
See notes:
|
45 | ||||||||||||||
55
See notes:
|
60
See notes:
|
46 | |||||||||||||||
56
See notes:
|
61
See notes:
|
Notes
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.
-
1
Partial support refers to ignoring the
off
value for password fields. see related blog post -
2
Partial support in Chrome refers to the browser intentionally ignoring
autocomplete="off"
when the user uses the browser's autofill functionality. see bug -
3
Partial support in Firefox refers to ignoring
autocomplete="off"
for login forms. see bug -
4
Browser does not display previously submitted values as options with
on
value. -
5
Safari ignores the
off
value for username, email and password fields