Fixed change detection issue

This commit is contained in:
Giuseppe Digilio
2018-12-10 09:46:29 +01:00
parent bc970be54b
commit 97973f32c8

View File

@@ -272,6 +272,7 @@ export class DsDynamicGroupComponent implements OnDestroy, OnInit {
).subscribe((modelValue) => {
this.model.valueUpdates.next(modelValue);
this.initChips(modelValue);
this.cdr.markForCheck();
}));
}
}