@kms-ngx-ui/presentational 20.3.1 → 20.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4276,7 +4276,7 @@ class FormFieldComponent {
4276
4276
  }
4277
4277
  subscribeToControl(control) {
4278
4278
  this.controlSub?.unsubscribe();
4279
- this.controlSub = merge(control.statusChanges, control.valueChanges).subscribe(() => {
4279
+ this.controlSub = control.events.subscribe(() => {
4280
4280
  this.controlTick.update((v) => v + 1);
4281
4281
  });
4282
4282
  }