问题 I want to init my mat chips input with input data but when I have two chips, it forms only one form : *.component.ts @Component({ selector: 'app-pps-dialog', templateUrl: './pps-dialog.component.html', }) export class PPSDialogComponent implements OnInit { patientid: string; ppsForm: FormGroup; ppssToDisplay; visible: boolean = true; selectable: boolean = true; removable: boolean = true; addOnBlur: boolean = true; // Enter, comma separatorKeysCodes = [ENTER, COMMA]; constructor( private route