Rex Terminous
Rex Terminous
Any solution? that workaround isn't working for me. Also I don't think they are internally selected. I logged them in ngAfterViewInit. I'm using `formControl `on `mat-chip-list` with formControl value as...
Actually,, when I add space around my chip value in FormControl argument, It works. Like in case of above. `new FormControl(' Some selected chip value ')` works 😑.
And for getting multiple pre selected chips I can pass array instead of string with value surrounded by a space. Like `new FormControl([' Lemon ', ' Apple ', ' Lime...
You just rewrote my psuedo code, PSUEDO CODE, except you replaced forEach method with native for and accessing element field from parent instead of child row. There's in no method...