Open
Description
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
To remove this , it mentions to add
::-ms-reveal {
display: none;
}
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?
Metadata
Metadata
Assignees
Labels
No labels