HTML autocomplete Attribute
HTML autocomplete Attribute
The autocomplete attribute is used to specify whether a form or an input field should have to autocomplete on or off. It allows the browser to predict value. When a user starts to type, the browser display options to fill in the field.
Used With:-
Elements | Attribute |
---|---|
form | autocomplete |
input | autocomplete |
Syntax:-
Its syntax is:- < element autocomplete="ON|OFF" >