@alauda/ui 6.0.2-beta.1 → 6.0.2-beta.2

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.
@@ -5672,7 +5672,9 @@
5672
5672
  // support dynamic options loading on filtering
5673
5673
  this.allOptions$.pipe(operators.takeUntil(this.destroy$$)).subscribe(function () {
5674
5674
  if (_this.opened) {
5675
- _this.autoFocusFirstOption();
5675
+ requestAnimationFrame(function () {
5676
+ _this.autoFocusFirstOption();
5677
+ });
5676
5678
  }
5677
5679
  });
5678
5680
  this.hasMatchedOption$ = rxjs.combineLatest([