How TO - Turn Off Autocomplete For Input
Learn how to disable autocomplete of an input field.
Turn Off Autocomplete
Use the autocomplete
attribute to turn off autocomplete for input fields:
You can also turn off autocomplete for the whole form:
Tip: Go to our HTML Form Tutorial to learn more about HTML Forms.
Tip: Go to our HTML autocomplete attribute reference to learn more about the automcomplete attribute.
Tip: Go to How TO - Autocomplete to learn how to create your own autocomplete component.