Skip to content

Commit

Permalink
AAE-29299 Fix people widget read only (#10522)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoABastos authored Jan 7, 2025
1 parent 4787470 commit fd0f3c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</mat-chip-row>
<input matInput
#chipInput
[disabled]="isReadonly()"
[formControl]="searchUserCtrl"
[matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList"
Expand Down

0 comments on commit fd0f3c5

Please sign in to comment.