Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 21:27
Show Gist options
  • Save aaggour/aed9e6e85b1f924e33f3212b91e04b89 to your computer and use it in GitHub Desktop.
Save aaggour/aed9e6e85b1f924e33f3212b91e04b89 to your computer and use it in GitHub Desktop.
password type
<input type=password>
<input type=password placeholder="********"
pattern="\w{8}" title="8 character password">
<input type=text style="-webkit-text-security: circle;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment