Skip to content

Instantly share code, notes, and snippets.

@electerious
Last active May 11, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electerious/48354f027d3f882ac97eb397299ffbed to your computer and use it in GitHub Desktop.
Save electerious/48354f027d3f882ac97eb397299ffbed to your computer and use it in GitHub Desktop.
<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