Skip to content

Commit 90d10f2

Browse files
committed
fix issue #335
1 parent 5f4873c commit 90d10f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/components/add-value-form/add-value-form.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
cdkAutosizeMaxRows="7"></textarea>
3939
</mat-form-field>
4040

41-
<button mat-icon-button (click)="onRemoveItem(getItemArray(),i)" *ngIf="!isEditMode && getItemArray().length > 1">
41+
<button mat-icon-button (click)="onRemoveItem(getItemArray(),i)" *ngIf="!isEditMode && getItemArray().length > 1"
42+
matTooltip="Delete Value">
4243
<i class="material-icons delete-icon">delete</i>
4344
</button>
4445
</div>

0 commit comments

Comments
 (0)