Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.46k stars 474 forks source link

fix(select): loading 配合触底事件 onScrollToBottom 一起使用的问题 #4625

Closed lllllllqw closed 1 month ago

lllllllqw commented 1 month ago

🤔 这个 PR 的性质是?

🔗 相关 Issue

https://github.com/Tencent/tdesign-vue-next/issues/4528

💡 需求背景和解决方案

当前问题

  1. 滚动条触底会一直触发无限触发触底事件
  2. 列表内容暂时被清空,高度突然变化. loading 解除时,滚动条也会自动回到头部

解决方法: loading 改为 fixed 定位,浮动在下拉面板顶部

效果: 录屏2024-09-30 10 26 23 2024-09-30 11_05_23

📝 更新日志

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

github-actions[bot] commented 1 month ago

完成

uyarn commented 1 month ago

/update-common