- 问题描述(复现步骤):
选项很多的情况下,快速滑动时,有时会选不中,尤其是第一个 ,附件里有代码,视频
- 预期结果:期望能选中
- 实际结果:有时能选中,有时选不中
- 调用封装后的picker 组件
Code: Select all
.... const modalData = { visible: true, value:12, title: 'switch_over_point' } const pickerArr = [4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24, 24.5, 25, 25.5, 26, 26.5, 27, 27.5, 28, 28.5, 29, 29.5, 30, 30.5, 31, 31.5, 32] <SmartPickerModal initData={modalData} onCancel={() => { setModalData({ visible: false }); }} pickerArr={pickerArr} />
- 调用封装后的picker 组件
smart-ui picker组件快速滑动选不中选项
-
- Posts: 9
smart-ui picker组件快速滑动选不中选项
- Attachments
-
- QQ视频20240904113909.mp4.zip
- 问题视频
- (6.94 MiB) Downloaded 79 times
-
- SmartPickerModal.zip
- 封装后的picker组件
- (3.3 KiB) Downloaded 38 times
Tags:
Re: smart-ui picker组件快速滑动选不中选项
不好意思,我们会尽快修复该问题,有进展会同步你。
Re: smart-ui picker组件快速滑动选不中选项
你好,非常感谢你的提问,我们已经在 @ray-js/smart-ui@1.2.5 版本中修复了此问题,请更新。