We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select
https://fusion.design/pc/component/select?themeid=2#virtualSelect-container
The text was updated successfully, but these errors were encountered:
这个问题应该是因为Demo里自定义的onScroll方法导致的,用了恒等判断,改成大于等于即可
Sorry, something went wrong.
不行,它的值会小于scrollHeight
if (scrollTop + clientHeight >= scrollHeight) { const otherData = generateAppendItems(length, length + 10); setDataSource(currentDataSource.concat(otherData)); }
No branches or pull requests
Component
Select
Reproduction link
https://fusion.design/pc/component/select?themeid=2#virtualSelect-container
Steps to reproduce
CleanShot.2024-11-20.at.14.49.27.mp4
The text was updated successfully, but these errors were encountered: