What is the autocomplete on or off form for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the autocomplete on or off form for?

What is the autocomplete on or off form for? <form autocomplete="off"> <label for="e-mail">Ваш электронный адрес: </label> <input name="Email" type="text" required /> <input type="submit" value="Submit" /> </form>

1st Jun 2020, 7:27 AM
Blokhin Roman
Blokhin Roman - avatar
1 Answer
+ 1
Everything, I found the answer: Definition and Usage The autocomplete attribute specifies whether a form should have autocomplete on or off. When autocomplete is on, the browser automatically complete values based on values that the user has entered before. Tip: It is possible to have autocomplete "on" for the form, and "off" for specific input fields, or vice versa. on Default. The browser will automatically complete values based on values that the user has entered before off The user must enter a value into each field for every use. The browser does not automatically complete entries
1st Jun 2020, 7:28 AM
Blokhin Roman
Blokhin Roman - avatar