@cuby-ui/core 0.0.86 → 0.0.87

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.
@@ -1847,6 +1847,7 @@ class CuiSelectComponent {
1847
1847
  }
1848
1848
  writeValue(value) {
1849
1849
  this.value = value;
1850
+ this.selectedOption = value;
1850
1851
  this.changeDetectorRef.markForCheck();
1851
1852
  }
1852
1853
  registerOnChange(fn) {