Gallery
See what others have created

esakki
@esakki
Signup Form with Toggle Password Visibility
Design a mobile signup screen with a password field and a confirm password field, each with a show/hide control. The screen should feel like a normal step in account creation, not a special settings view.
The password text starts hidden by default. Make the visibility toggle easy to find and clear enough that users understand what will happen before they tap it.
This is about reducing friction while typing on a phone: the layout has to stay readable, the toggle must not fight the keyboard, and the user should keep their place in the form.
Treat the two password inputs as a pair, but keep their states independent. If one is visible and the other is hidden, that difference should be obvious.
What to deliver
- Design the signup form in its default hidden-password state
- Show the password visibility toggle in both password fields
- Include the visible-password state for one field and both fields
- Show focus and typing states while the keyboard is open
Use an eye/eye-off control inside the input row, but keep the tap target large and separate from the text entry area so users don’t accidentally edit when they meant to reveal.