Skip to content

Instantly share code, notes, and snippets.

@Gimcrack
Created July 15, 2016 18:30
Show Gist options
  • Save Gimcrack/c358de34d78ed537f1d88357dbed1a1e to your computer and use it in GitHub Desktop.
Save Gimcrack/c358de34d78ed537f1d88357dbed1a1e to your computer and use it in GitHub Desktop.
Disable First Option In Select List
<select>
<option selected disabled>Choose</option>
<option value="1">1</option>
<option value="2">2</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment