Skip to content

Commit a746a94

Browse files
authored
Merge pull request #6098 from IgniteUI/pbozhinov/fixes-chips-not-being-reordered-ivy
Chips are being reordered correctly now
2 parents 9be919d + f934c88 commit a746a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/chips/chips-area.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
147147
* }
148148
* ```
149149
*/
150-
@ContentChildren(IgxChipComponent)
150+
@ContentChildren(IgxChipComponent, { descendants: true })
151151
public chipsList: QueryList<IgxChipComponent>;
152152

153153
private modifiedChipsArray: IgxChipComponent[];

0 commit comments

Comments
 (0)