hak1

Results 15 comments of hak1

> Thanks! I have successed in his way ([eisir](https://github.com/eisir) )

> > > > Thanks! I have successed in his way ([eisir](https://github.com/eisir) ) https://github.com/vueComponent/ant-design-vue/issues/5763#issuecomment-1177231433

复现问题代码https://github.com/Tamcony/issue-vant-picker/blob/main/src/views/HomeView.vue

一个一个滑动的话,currentOption是当前选中的值。 通过惯性滚动的话,currentOption并不是当前选中的值。

> 现在的实现是只在触摸时触发 scroll-into 事件,所以惯性滚动时不会触发。 不过看了下当初引入这个功能的相关 pr 和 issue,从动机上看在惯性滚动时应该也是要触发的。 是的,我有一个需求是滚动分页加载,我开始想用这个事件处理,然后和我预想的并不一样,那这种情况是只能用onChange吗?因为我看也没有reachBottom相关的事件,只能自行判断index了。

![image](https://github.com/user-attachments/assets/d4b1ee7e-e93e-4192-a6d4-ffd48ff89e19)