autocomplete attribute: on & off values

- LS

The autocomplete attribute for input elements indicates to the browser whether a value should or should not be autofilled when appropriate.

Chrome

  1. 4 - 16: Not supported
  2. 17 - 26: Supported
  3. 27 - 40: Partial support
  4. 41 - 123: Partial support
  5. 124: Partial support
  6. 125 - 127: Partial support

Edge

  1. 12 - 18: Partial support
  2. 79 - 122: Partial support
  3. 123: Partial support

Safari

  1. 3.1 - 5: Not supported
  2. 5.1 - 6.1: Supported
  3. 7 - 17.3: Partial support
  4. 17.4: Partial support
  5. 17.5 - TP: Partial support

Firefox

  1. 2 - 29: Supported
  2. 30 - 124: Partial support
  3. 125: Partial support
  4. 126 - 128: Partial support

Opera

  1. 9 - 108: Supported
  2. 109: Supported

IE

  1. 5.5 - 10: Supported
  2. 11: Partial support

Chrome for Android

  1. 123: Supported

Safari on iOS

  1. 3.2 - 4.3: Not supported
  2. 5 - 17.3: Supported
  3. 17.4: Supported
  4. 17.5: Supported

Samsung Internet

  1. 4 - 23: Supported
  2. 24: Supported

Opera Mini

  1. all: Supported

Opera Mobile

  1. 10 - 12.1: Supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Supported
  2. 123: Supported

Firefox for Android

  1. 124: Supported

QQ Browser

  1. 14.9: Partial support

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Partial support
  2. 3: 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