@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.
- package/bundles/alauda-ui.umd.js +3 -1
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/esm2015/select/base-select.js +4 -2
- package/fesm2015/alauda-ui.js +3 -1
- package/fesm2015/alauda-ui.js.map +1 -1
- package/package.json +1 -1
package/bundles/alauda-ui.umd.js
CHANGED
|
@@ -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
|
-
|
|
5675
|
+
requestAnimationFrame(function () {
|
|
5676
|
+
_this.autoFocusFirstOption();
|
|
5677
|
+
});
|
|
5676
5678
|
}
|
|
5677
5679
|
});
|
|
5678
5680
|
this.hasMatchedOption$ = rxjs.combineLatest([
|