osl-base-extended 1.0.7 → 1.0.9
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.
|
@@ -1336,7 +1336,11 @@ class OslAutocomplete extends baseComponent {
|
|
|
1336
1336
|
methodName = '';
|
|
1337
1337
|
configMethodName = '';
|
|
1338
1338
|
service;
|
|
1339
|
-
object
|
|
1339
|
+
set object(val) {
|
|
1340
|
+
if (val) {
|
|
1341
|
+
this.datasource = [val];
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1340
1344
|
skeletonLoading = false;
|
|
1341
1345
|
isLister = false;
|
|
1342
1346
|
modelChange = new EventEmitter();
|