Goal
- Simplify password entry, especially on mobile devices’ virtual keyboards.
- Prevent mistakes.
Implementation
Display a button associated with a script that toggles the value of the type attribute of the entry field between the values
password
and text
.Control
Manually control the possibility of displaying the password in plain text via a mechanism in the page.