vaadin / vaadin/framework

Add the 'eye' icon to PasswordField, to be able to reveal the password

Open
#12,146 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
1.8k
Forks
717
Avg merge
2d 6h
Merged PRs (30d)
3

Description

Currently, the PasswordField is not able to show the 'eye' icon to reveal the password. Vaadin 14 has the concept of suffix component via which it's easy to add such an icon. Vaadin 8 doesn't have to have such a concept - the eye icon can be hard-coded.

See https://vaadin.com/forum/thread/17124295/passwordfield-with-eye-icon for more details.

To make sure we can quickly validate and fix the bug, please provide as much as possible of the following information:

  • Vaadin Framework version: 8.12.0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Vaadin 8 PasswordField implementation and read the linked forum discussion for the expected eye-icon behavior. Verify how the field currently handles password visibility, then ensure the eye icon is available and can reveal the password in Vaadin Framework 8.12.0.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.