https://github.com/peoray/toggle-form-password
Repo for the article on how to use JavaScript to display or hide a password in a form.
https://github.com/peoray/toggle-form-password
css html javascript tutorial-code
Last synced: 20 days ago
JSON representation
Repo for the article on how to use JavaScript to display or hide a password in a form.
- Host: GitHub
- URL: https://github.com/peoray/toggle-form-password
- Owner: peoray
- Created: 2019-04-29T15:28:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T09:04:14.000Z (over 5 years ago)
- Last Synced: 2025-01-17T18:55:08.744Z (12 months ago)
- Topics: css, html, javascript, tutorial-code
- Language: HTML
- Homepage: https://www.peoray.dev/blog/display-password-form-input
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toggle-form-password
Use JavaScript to display or hide a password in a form.
[View the project live](https://peoray.github.io/toggle-form-password/)
This is the complete code for this article:
[How to Display Password in a Form Input](https://peoray.dev/blog/display-password-form-input/)
To run:
- Clone the repository
`git clone https://github.com/peoray/toggle-form-password.git`
- Open `index.html` via a web browser