@alauda/ui 6.3.1-beta.13 → 6.3.1-beta.14

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.
@@ -2925,7 +2925,7 @@ class CommonFormControl {
2925
2925
  this.model$ = new ReplaySubject(1);
2926
2926
  this.model$.subscribe(model => {
2927
2927
  this.model = model;
2928
- this.cdr.detectChanges();
2928
+ this.cdr.markForCheck();
2929
2929
  });
2930
2930
  }
2931
2931
  get disabled() {