Last active
October 31, 2017 16:34
-
-
Save aarongustafson/c2f986a75a37628a344df22f88be806b to your computer and use it in GitHub Desktop.
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
<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