We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ec454 commit 1c00f3cCopy full SHA for 1c00f3c
core/src/components/input/input.scss
@@ -618,5 +618,5 @@
618
*/
619
:host([disabled]) ::slotted(ion-input-password-toggle),
620
:host([readonly]) ::slotted(ion-input-password-toggle) {
621
- display: none;
+ visibility: hidden;
622
}
0 commit comments