You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptionList.js:71 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')
at getEnabledActiveIndex2 (OptionList.js:71:42)
at setup29 (OptionList.js:88:20)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
使用a-range-picker组件添加额外页脚,在renderExtraFooter中插入a-select选择框导致报错
Use a-range-picker component to add extra footer, insert a-select selection box in renderExtraFooter causes error
Oct 28, 2022
Version
3.2.13
Environment
[email protected]; [email protected]
Reproduction link
Steps to reproduce
在使用a-range-picker组件的添加额外的页脚插槽中,使用a-select下拉组件后,日期面板无法展开,组件异常
What is expected?
在使用a-range-picker组件的添加额外的页脚插槽中,可以使用下拉组件。
What is actually happening?
OptionList.js:71 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')
at getEnabledActiveIndex2 (OptionList.js:71:42)
at setup29 (OptionList.js:88:20)
The text was updated successfully, but these errors were encountered: