Skip to content

Commit

Permalink
Make People Component Readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Dec 17, 2024
1 parent 86fe8cd commit 4b13281
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() || isValidationLoading()"
[formControl]="searchUserCtrl"
[matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList"
Expand Down

0 comments on commit 4b13281

Please sign in to comment.