barsa-sap-ui 2.3.109 → 2.3.110

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.
@@ -12799,6 +12799,10 @@ class UiMoInfoUlvComboComponent extends FieldBaseComponent {
12799
12799
  /* eslint-disable */
12800
12800
  this.Expand = (type) => {
12801
12801
  this.ulvAdapter = this.UlvMainCtrlr[type];
12802
+ const searchPanel = BarsaApi.Common.Util.TryGetValue(this.ulvAdapter, 'Setting.SearchPanel', null);
12803
+ if (searchPanel) {
12804
+ this.onSearch();
12805
+ }
12802
12806
  };
12803
12807
  /* eslint-disable */
12804
12808
  this.on = () => { };