You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug(material/Form Field Suffix): In Form Field suffix password input field example an extra eye icon is displayed along with the existing masking icon #26321
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
This issue is seen in mat form field suffix password control example. When icon is masked and when we start typing in the password, we are seeing an extra eye icon before the masking icon.
Try typing the password without unmasking the icon an extra eye icon will be displayed. If not see try clicking outside the input field and type again.
Expected Behavior
It should not display that extra icon.
Actual Behavior
When typing in the password with icon masked an extra icon is displayed.