Please what is autocomplete used for | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

Please what is autocomplete used for

28th Feb 2019, 4:55 PM
David Ozisiaka
2 Respostas
+ 2
Itā€™s used in html forms to disable autocompletion which is enabled by default. From https://www.w3schools.com/tags/att_input_autocomplete.asp The autocomplete attribute specifies whether or not an input field should have autocomplete enabled. Autocomplete allows the browser to predict the value. When a user starts to type in a field, the browser should display options to fill in the field, based on earlier typed values.
28th Feb 2019, 6:18 PM
Mike
Mike - avatar
+ 1
Thank you.
28th Feb 2019, 7:29 PM
David Ozisiaka