HTML attribute: autocomplete
The HTML autocomplete
attribute lets web developers specify what if any permission the user agent has to provide automated assistance in filling out form field values, as well as guidance to the browser as to the type of information expected in the field.
Safe to Use
HTML attribute: autocomplete
is considered safe to use.
It’s supported by 94% of global browsers.
Browsers
Version Breakdown
Full Support
In Chrome 66, support was added for the <textarea>
and <select>
elements.
Originally only supported on the <input>
element.
Chrome does not accept off
as a value. See bug 587466.
Full Support
In Chrome 66, support was added for the <textarea>
and <select>
elements.
Originally only supported on the <input>
element.
Chrome does not accept off
as a value. See bug 587466.
Full Support
Full Support
Full Support
No Support
Full Support
In Chrome 66, support was added for the <textarea>
and <select>
elements.
Originally only supported on the <input>
element.
Chrome does not accept off
as a value. See bug 587466.
Full Support
Full Support
Full Support
Full Support
Full Support
In Samsung Internet 9.0, support was added for the <textarea>
and <select>
elements.
Originally only supported on the <input>
element.
Samsung Internet does not accept off
as a value. See bug 587466.
Full Support
In Chrome 66, support was added for the <textarea>
and <select>
elements.
Originally only supported on the <input>
element.
Chrome does not accept off
as a value. See bug 587466.
See Also
- The
<input>
element - The
<select>
element - The
<textarea>
element - The
<form>
element - HTML forms
- All global attributes