Skip to content

Commit

Permalink
fix(kit): RadioList fix identity matcher passing (#6482)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Almazov <[email protected]>
  • Loading branch information
ALMAZ00 and Igor Almazov authored Jan 19, 2024
1 parent a3015f4 commit 10bd28e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*ngFor="let item of items; index as index"
class="t-item"
[disabled]="disabled"
[identityMatcher]="identityMatcher"
[item]="item"
[nativeId]="computeId(index)"
[pseudoDisabled]="itemIsDisabled(item)"
Expand Down

0 comments on commit 10bd28e

Please sign in to comment.