What is the autocomplete on or off form for? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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