virtual-list
virtual-list copied to clipboard
🧾 React Virtual List Component which worked with animation
antd版本: 4.24.14 问题: 使用普通的Select 组件,当元素个数超过高度需要滚动时,没有出现滚动条。  把rc-virtual-list 版本降低到3.5.3及以前, 可以出现。
### Steps to reproduce: 1. open https://virtual-list-react-component.vercel.app/demo/basic on Android device (Chrome browser) 2. select text in slide (for example 2) ### Expected result: scrolling works ### Actual result: scroll doesn't...
Thank you for a such good library, it works as expected. But the only problem is that scroll doesn't work like a native. On iPhone it works really bad. I...
Guys please fix this bug https://github.com/ant-design/ant-design/issues/44539 antd -> rc-select -> rc-virtual-list It's on your side
如题,想在 `onScroll` 事件中区分滚动是被谁触发的,目前从参数中无法判断出来,请问有其他方式可以判断吗,或者是我使用姿势不对?
Version 3.5.1 is throwing a type error from inside node_modules: ``` ../../common/temp/node_modules/.pnpm/[email protected]_sfoxds7t5ydpegc3knd667wn6m/node_modules/rc-virtual-list/lib/List.d.ts:38:89 - error TS2694: Namespace 'React' has no exported member 'JSX'. 38 export declare function RawList(props: ListProps, ref: React.Ref):...
I want to change the scorllbar style, but there is not scrollbar style prop providing
fix https://github.com/ant-design/ant-design/issues/34182 ## Summary by CodeRabbit * **重构** * 多处组件与钩子将内部回调与渲染逻辑 memo 化/稳定化,减少不必要重渲染与子元素重建,用户感知到性能更稳定且行为保持一致。 * **测试** * 多项异步、滚动与触摸测试改为在 React 的 act() 中执行,新增更复杂触摸场景并统一时序,测试更稳定。 * **文档** * 添加注释提示列表引用不变但内部数据变化时的潜在差异。 * **变更** * 精简配置:移除旧的共享配置对象,改为直接传入 key 提取器,TypeScript...
- Add horizontal mode - Partial code refactor