osl-base-extended 1.0.15 → 1.0.16

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.
@@ -1353,7 +1353,7 @@ class OslAutocomplete extends baseComponent {
1353
1353
  set object(val) {
1354
1354
  if (val) {
1355
1355
  this._object = val;
1356
- this.datasource = [this.object];
1356
+ this.datasource = [val];
1357
1357
  this.filteredItems = [...this.datasource];
1358
1358
  }
1359
1359
  if (this.model) {