Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created March 29, 2014 18:19
Show Gist options
  • Save nextechu/9859425 to your computer and use it in GitHub Desktop.
Save nextechu/9859425 to your computer and use it in GitHub Desktop.
<input list="browsers">
<datalist id="browsers">
<option value="Safari">
<option value="Internet Explorer">
<option value="Opera">
<option value="Firefox">
</datalist>
</input>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment