Skip to content

Commit dc88b5c

Browse files
committed
[chandu] wried up blur event in the list-view
1 parent dd00c23 commit dc88b5c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/grid-list/presentationals/list-view/list-view.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
floatLabel="never"
3636
appearance="outline"
3737
>
38-
<input matInput placeholder="name" formControlName="name" />
38+
<input
39+
matInput
40+
placeholder="name"
41+
formControlName="name"
42+
(blur)="updateFormInState(element)"
43+
/>
3944
</mat-form-field>
4045
</div>
4146
<div class="weight">
@@ -49,6 +54,7 @@
4954
type="number"
5055
placeholder="weight"
5156
formControlName="weight"
57+
(blur)="updateFormInState(element)"
5258
/>
5359
</mat-form-field>
5460
</div>
@@ -62,6 +68,7 @@
6268
matInput
6369
placeholder="symbol"
6470
formControlName="symbol"
71+
(blur)="updateFormInState(element)"
6572
/>
6673
</mat-form-field>
6774
</div>

0 commit comments

Comments
 (0)