@cuby-ui/core 0.0.138 → 0.0.139

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.
@@ -1952,6 +1952,7 @@ class CuiSelectComponent {
1952
1952
  this.onChange(this.value);
1953
1953
  this.onSwitch();
1954
1954
  this.onTouched();
1955
+ this.changeDetectorRef.markForCheck();
1955
1956
  }
1956
1957
  onSwitch() {
1957
1958
  if (!this.options.length && !this.defaultOptionText) {