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
When the options of the Select component change dynamically, the virtual list of the drop-down box is displayed abnormally and fails to scroll normally
#3971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Select组件的options动态变化时,下拉框虚拟列表展示异常,未能正常滚动
When the options of the Select component change dynamically, the virtual list of the drop-down box is displayed abnormally and fails to scroll normally
Apr 20, 2021
Version
2.1.1
Environment
https://codesandbox.io/s/confident-galois-3wyp6?file=/src/App.vue
Reproduction link
https://2x.antdv.com/components/select-cn
Steps to reproduce
1.先定义select的options
2.动态更改options的长度
3.发现下拉框展开后 列表异常
What is expected?
下拉框展开后列表正常
What is actually happening?
1.先定义select的options
2.动态更改options的长度
3.发现下拉框展开后 列表异常
4.环境为2.1.2
详情见codebox demo
The text was updated successfully, but these errors were encountered: