Skip to content

Instantly share code, notes, and snippets.

@andi1984
Forked from anonymous/autocomplete.html
Created October 10, 2012 13:47
Show Gist options
  • Save andi1984/3865755 to your computer and use it in GitHub Desktop.
Save andi1984/3865755 to your computer and use it in GitHub Desktop.
html: Form Autocomplete
<form autocomplete="on">
<input type="text" value="autocomplete geerbt (on)" />
<input type="text" autocomplete="off" value="autocomplete deaktiviert (off)" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment