@recursyve/nice-ui-kit.v2 15.0.0-beta.129 → 15.0.0-beta.130

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.
@@ -5374,7 +5374,7 @@ class NiceControlStatusDirective {
5374
5374
  }
5375
5375
  ngAfterViewInit() {
5376
5376
  this.control = this.formField._control.ngControl;
5377
- this.control.statusChanges.pipe(takeUntil(this.unsubscribeAll$)).subscribe(() => this.onChange());
5377
+ this.formField._control.stateChanges.pipe(takeUntil(this.unsubscribeAll$)).subscribe(() => this.onChange());
5378
5378
  }
5379
5379
  ngOnDestroy() {
5380
5380
  this.unsubscribeAll$.next();