Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 9e5a831

Browse files
committed
chore(format): format password-input
1 parent 98f11d5 commit 9e5a831

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ion-item [color]="color" [disabled]="disabled" [lines]="lines">
22
<ion-label *ngIf="placeholder" [position]="position">{{ placeholder }}</ion-label>
3-
<ion-input [type]="show ? 'text' : 'password'" [(ngModel)]="passwordValue" [clearOnEdit]="clearOnEdit" (ionBlur)="blur()"></ion-input>
3+
<ion-input [type]="show ? 'text' : 'password'" [(ngModel)]="passwordValue" [clearOnEdit]="clearOnEdit"
4+
(ionBlur)="blur()"></ion-input>
45
<ion-icon slot="end" [name]="show ? hideIcon : showIcon" (click)="toggleShowPassword()"></ion-icon>
56
</ion-item>

0 commit comments

Comments
 (0)