Don't understand.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Don't understand....

<form autocomplete="off"> <label for="e-mail">Your e-mail address: </label> <input name="Email" type="text" required /> <input type="submit" value="Submit"/> </form> what is this autocomplete?

9th Mar 2018, 4:19 AM
Serious Sam
Serious Sam - avatar
3 Answers
+ 4
The autocomplete attribute allows the browser to auto fill the input fields which was entered by user before(entered for the first time)...and if it is set to off user has to fill it manually.
9th Mar 2018, 6:15 AM
Sumita Mulchandani
Sumita Mulchandani - avatar
9th Mar 2018, 4:50 AM
Sashikumar😎SK
Sashikumar😎SK - avatar
+ 1
The autocomplete attribute tells the browser weather or not to provide auto-completion suggestions in an input field.
9th Mar 2018, 4:24 AM
Lewis
Lewis - avatar