Created
September 9, 2015 19:33
-
-
Save zackdouglas/5542b863950bea221ba5 to your computer and use it in GitHub Desktop.
Click to peek password entry field
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
<input type=password placeholder=Password onmousedown="this.type=''" onmouseup="this.type='password'" style="padding:1px"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment