|
@ -139,6 +139,8 @@ |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-label i18n>Note</mat-label> |
|
|
<mat-label i18n>Note</mat-label> |
|
|
<textarea |
|
|
<textarea |
|
|
|
|
|
cdkAutosizeMinRows="2" |
|
|
|
|
|
cdkTextareaAutosize |
|
|
formControlName="comment" |
|
|
formControlName="comment" |
|
|
matInput |
|
|
matInput |
|
|
(keyup.enter)="$event.stopPropagation()" |
|
|
(keyup.enter)="$event.stopPropagation()" |
|
|