Skip to content

Instantly share code, notes, and snippets.

@zackdouglas
Created September 9, 2015 19:33
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 zackdouglas/5542b863950bea221ba5 to your computer and use it in GitHub Desktop.
Save zackdouglas/5542b863950bea221ba5 to your computer and use it in GitHub Desktop.
Click to peek password entry field
<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