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
Vuetify Version: 3.2.3 Vue Version: 3.3.1 Browsers: Chrome 112.0.0.0 OS: Linux x86_64
If you have a small "itemPerPages" while loading, it will keep the VInfiniteScrollIntersect in view and the scroll get stuck in loading
Retrigger the load function
Get stuck on loading
https://play.vuetifyjs.com/#...
Workaround : use bigger "itemPerPages"
The text was updated successfully, but these errors were encountered:
fix(VInfiniteScroll): keep triggering loading logic until isInterseti…
c386842
…ng becomes false fixes #17358
fix(VInfiniteScroll): persist load logic until is intersected (#17475)
f898404
fixes #17358 Co-authored-by: John Leider <[email protected]>
yuwu9145
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.2.3
Vue Version: 3.3.1
Browsers: Chrome 112.0.0.0
OS: Linux x86_64
Steps to reproduce
If you have a small "itemPerPages" while loading, it will keep the VInfiniteScrollIntersect in view and the scroll get stuck in loading
Expected Behavior
Retrigger the load function
Actual Behavior
Get stuck on loading
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Workaround : use bigger "itemPerPages"
The text was updated successfully, but these errors were encountered: