fixed unit test problem and some other e2e

This commit is contained in:
Vito Albano
2023-12-20 12:12:39 +00:00
parent 82f4bf7bf8
commit 33109bdfe3
4 changed files with 9 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
cancel
</mat-icon>
</mat-chip-row>
<input *ngIf="!isReadonly()" matInput
<input [disabled]="isReadonly()" matInput
#chipInput
[formControl]="searchUserCtrl"
[matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList"