Skip to content

Instantly share code, notes, and snippets.

@bozhink
Last active June 2, 2016 13:11
Show Gist options
  • Save bozhink/8e561ab83e7c34bf7c0681c088cb13a0 to your computer and use it in GitHub Desktop.
Save bozhink/8e561ab83e7c34bf7c0681c088cb13a0 to your computer and use it in GitHub Desktop.
<input type="text" name="locations" list="places">
<datalist id="places">
<option>Amman, Jordan</option>
<option>New York, NY, USA</option>
<option>Paris, France</option>
<option>Vienna, Austria</option>
</datalist>
<!-- https://docs.webplatform.org/wiki/html/elements/datalist -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment