Created
July 15, 2016 18:30
-
-
Save Gimcrack/c358de34d78ed537f1d88357dbed1a1e to your computer and use it in GitHub Desktop.
Disable First Option In Select List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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