@indigina/ui-kit 1.1.279 → 1.1.280

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.
@@ -990,6 +990,7 @@ class KitDropdownComponent {
990
990
  }
991
991
  setDisabledState(disabled) {
992
992
  this.disabled = disabled;
993
+ this.changeDetectorRef.markForCheck();
993
994
  }
994
995
  reset(value) {
995
996
  this.writeValue(value);