AAE-29299 Fix people widget read only (#10522)

This commit is contained in:
Diogo Bastos
2025-01-07 11:16:54 +00:00
committed by GitHub
parent 4787470707
commit fd0f3c5ed6

View File

@@ -26,6 +26,7 @@
</mat-chip-row> </mat-chip-row>
<input matInput <input matInput
#chipInput #chipInput
[disabled]="isReadonly()"
[formControl]="searchUserCtrl" [formControl]="searchUserCtrl"
[matAutocomplete]="auto" [matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList" [matChipInputFor]="userMultipleChipList"