-
Notifications
You must be signed in to change notification settings - Fork 954
Allow to style ::-ms-reveal for the input of md-outlined-text-field #5728
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
We can add a Do you mind creating a PR to update that? |
Shouldn't that be an optional toggle? Some of us actually prefer using the browser's controls... |
The built-in icon doesn't match Material, and our text field has a spot for Material icons to be added to it. |
hamidvirani
pushed a commit
to hamidvirani/material-web
that referenced
this issue
Oct 10, 2024
* Hides built-in reveal icon on MS Edge.
hamidvirani
added a commit
to hamidvirani/material-web
that referenced
this issue
Oct 10, 2024
* Hides built-in reveal icon on MS Edge.
Created a PR to fix this. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
Currently we have implemented our own password reveal icon using md-outlined-text-field along with md-icon-button.
Microsoft edge however adds it's own reveal icon as mentioned in https://learn.microsoft.com/en-us/microsoft-edge/web-platform/password-reveal
This is how it looks on edge

To remove this , it mentions to add
However, I cannot add this style to the input since the input is within the component
Do we have any way to add this style which I did not realize? If not, can we add this feature to add this style somehow?
The text was updated successfully, but these errors were encountered: