otimus-library 0.3.71 → 0.3.72

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.
@@ -1102,6 +1102,11 @@ class OcAutocompleteComponent {
1102
1102
  }
1103
1103
  this.formatOcValueType();
1104
1104
  this.loadOptions();
1105
+ // Sync ocLoading to dropdown portal when it changes
1106
+ if (changes['ocLoading'] && this.dropdownComponentRef) {
1107
+ this.dropdownComponentRef.instance.ocLoading = this.ocLoading;
1108
+ this.dropdownComponentRef.changeDetectorRef.detectChanges();
1109
+ }
1105
1110
  this.cdr.detectChanges();
1106
1111
  }
1107
1112
  ngOnInit() {