Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password: Eye icon problem in MS Edge and IE #9880

Closed
melloware opened this issue Mar 7, 2023 · 1 comment · Fixed by #9881
Closed

Password: Eye icon problem in MS Edge and IE #9880

melloware opened this issue Mar 7, 2023 · 1 comment · Fixed by #9881
Assignees
Labels
enhancement Additional functionality to current component workaround A workaround has been provided
Milestone

Comments

@melloware
Copy link
Member

melloware commented Mar 7, 2023

See: https://stackoverflow.com/questions/75661945/primefaces-password-togglemask-two-togglers-for-edge-browser

PrimeReact already fixed this: primefaces/primereact#3756

@melloware melloware self-assigned this Mar 7, 2023
@melloware melloware added the enhancement Additional functionality to current component label Mar 7, 2023
@melloware melloware added this to the 13.0.0 milestone Mar 7, 2023
@melloware
Copy link
Member Author

Same fix as used in other Prime libs:

.ui-password::-ms-reveal,
.ui-password::-ms-clear {
    display: none;
}

@melloware melloware added the workaround A workaround has been provided label Mar 7, 2023
@melloware melloware changed the title Password: Hide Edge Icon Password: Eye icon problem in MS Edge and IE Mar 7, 2023
melloware added a commit to melloware/primefaces that referenced this issue Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality to current component workaround A workaround has been provided
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant