Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 22:38
Show Gist options
  • Save aaggour/b737222a57ba0f7cd1a3c1177faa3eea to your computer and use it in GitHub Desktop.
Save aaggour/b737222a57ba0f7cd1a3c1177faa3eea to your computer and use it in GitHub Desktop.
datalist element
<input type="text" list="datalist">
<datalist id="datalist">
<option>First Choice</option>
<option>Second Choice</option>
<option>Third Choice</option>
</datalist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment