Skip to content
New issue

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

Virtual List handles final items incorrectly #177

Open
carlosrovira opened this issue Apr 14, 2018 · 0 comments
Open

Virtual List handles final items incorrectly #177

carlosrovira opened this issue Apr 14, 2018 · 0 comments
Assignees
Projects

Comments

@carlosrovira
Copy link
Contributor

Last example in examples/ListExample is a virtual list that recycles item renderers. It's working ok until it reach the last record of data. At that time instead to stop "recycling" and remove the scroll bar to signal that we reach the final record it continues the same recycling process but this time we get "undefined" values as data.

@pentapache pentapache self-assigned this Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Basic
Awaiting triage
Development

No branches or pull requests

2 participants