Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Last active October 31, 2017 16: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 aarongustafson/c2f986a75a37628a344df22f88be806b to your computer and use it in GitHub Desktop.
Save aarongustafson/c2f986a75a37628a344df22f88be806b to your computer and use it in GitHub Desktop.
<label for="username-1">Disabled Username</label>
<input id="username-1" name="username-1" disabled value="AaronGustafson">
<label for="username-2">Readonly Username</label>
<input id="username-2" name="username-2" readonly value="AaronGustafson">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment