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 dd00c23 commit dc88b5cCopy full SHA for dc88b5c
src/app/grid-list/presentationals/list-view/list-view.component.html
@@ -35,7 +35,12 @@
35
floatLabel="never"
36
appearance="outline"
37
>
38
- <input matInput placeholder="name" formControlName="name" />
+ <input
39
+ matInput
40
+ placeholder="name"
41
+ formControlName="name"
42
+ (blur)="updateFormInState(element)"
43
+ />
44
</mat-form-field>
45
</div>
46
<div class="weight">
@@ -49,6 +54,7 @@
49
54
type="number"
50
55
placeholder="weight"
51
56
formControlName="weight"
57
52
58
/>
53
59
60
@@ -62,6 +68,7 @@
62
68
matInput
63
69
placeholder="symbol"
64
70
formControlName="symbol"
71
65
72
66
73
67
74
0 commit comments