Skip to content

Instantly share code, notes, and snippets.

@senthilp
Created March 31, 2017 05:39
Show Gist options
  • Save senthilp/7c379b398855ce523646ab9ea9f5fed8 to your computer and use it in GitHub Desktop.
Save senthilp/7c379b398855ce523646ab9ea9f5fed8 to your computer and use it in GitHub Desktop.
<dropdown list="options" index="0">
<datalist id="options">
<option value="--Select--">
<option value="Option 1">
<option value="Option 2">
<option value="Option 3">
<option value="Option 4">
<option value="Option 5">
</datalist>
</dropdown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment