Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created April 13, 2010 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miketaylr/364237 to your computer and use it in GitHub Desktop.
Save miketaylr/364237 to your computer and use it in GitHub Desktop.
<input type="search" autofocus list="suggestions">
<datalist id="suggestions">
<option label="DM" value="Depeche Mode">
<option label="Moz" value="Morrissey">
<option label="NO" value="New Order">
<option label="TC" value="The Cure">
</datalist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment