We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ec4be commit 87eb708Copy full SHA for 87eb708
src/material/legacy-chips/chip-list.spec.ts
@@ -792,6 +792,7 @@ describe('MatChipList', () => {
792
});
793
794
it('should take an initial view value with reactive forms', () => {
795
+ fixture.componentInstance.selectable = true;
796
fixture.componentInstance.control = new FormControl('pizza-1');
797
fixture.detectChanges();
798
@@ -995,6 +996,7 @@ describe('MatChipList', () => {
995
996
997
998
999
1000
fixture.componentInstance.control = new FormControl(['pizza-1']);
1001
1002
0 commit comments