osl-base-extended 1.1.29 → 1.1.30

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.
@@ -1626,10 +1626,10 @@ class OslAutocomplete extends baseComponent {
1626
1626
  if (this.object) {
1627
1627
  this.datasource = [this.object];
1628
1628
  this.datasourceChange.emit(this.datasource);
1629
+ this.filteredItems = [...this.datasource];
1629
1630
  }
1630
1631
  }
1631
1632
  this.cdr.markForCheck();
1632
- this.filteredItems = [...this.datasource];
1633
1633
  this.syncInputFromModel();
1634
1634
  }
1635
1635
  ngOnChanges() {