Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/input): preserve password autofill icon (#23534)
By default we hide all browser decorations from the input, because they don't usually work well with Material. These changes exclude the password autofill from password inputs, because it has some UX and security implications, and password inputs don't have any other decorations anyway. Fixes #20639. (cherry picked from commit 053689f)
- Loading branch information