osl-base-extended 1.1.38 → 1.1.39

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.
@@ -1673,7 +1673,7 @@ class OslAutocomplete extends baseComponent {
1673
1673
  this.syncInputFromModel();
1674
1674
  }
1675
1675
  ngOnChanges() {
1676
- this.filteredItems = [...this.datasource];
1676
+ this.filteredItems = [...(this.datasource || [])];
1677
1677
  this.syncInputFromModel();
1678
1678
  }
1679
1679
  syncInputFromModel() {