osl-base-extended 1.0.10 → 1.0.12

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.
@@ -1339,6 +1339,8 @@ class OslAutocomplete extends baseComponent {
1339
1339
  set object(val) {
1340
1340
  if (val) {
1341
1341
  this.datasource = [val];
1342
+ this.filteredItems = [...this.datasource];
1343
+ this.syncInputFromModel();
1342
1344
  }
1343
1345
  }
1344
1346
  skeletonLoading = false;