-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
model.canLoadMore not updating #396
Comments
I've been having this same problem, but the workaround suggested here is working for me as a short-term solution: #327 (comment) |
Looks like this is something we need to fix! Will try and look before the end of the year. |
@snewcomer I'm curious if you had a chance to look at this. Have you figured out how to fix the |
Actually upon second look, Let me know what you think! |
@snewcomer it works indeed when used around Ultimately this is an extension of trying to work around #395, and I see you've created a PR for that, so we can simply use the helper! Although I have not tested it yet. |
I see! Well give |
When a filter on the model (e.g. a live updating search function) causes the number of documents in a model to increase, and the total number of documents is so small that the
infinityModel
is entirely visible so that theinfinity-loader
component is visible, themodel.canLoadMore
does not get set to false when there are no more records to load.E.g.:
If changing a filter so that in order you'll see:
The text was updated successfully, but these errors were encountered: