Last active
May 11, 2018 18:34
-
-
Save electerious/48354f027d3f882ac97eb397299ffbed to your computer and use it in GitHub Desktop.
This file contains 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 disabled> | |
<option value="a">A</option> | |
<option value="b">B</option> | |
</select> | |
<select> | |
<option disabled>Choose A or B</option> | |
<option value="a">A</option> | |
<option value="b">B</option> | |
</select> | |
<input disabled ...> | |
<textarea disabled ...></textarea> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment