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

prefill loads data endlessly when container has display:none #979

Open
palisarbaro opened this issue Dec 25, 2023 · 2 comments
Open

prefill loads data endlessly when container has display:none #979

palisarbaro opened this issue Dec 25, 2023 · 2 comments

Comments

@palisarbaro
Copy link

return this.windowHeight - this.element.clientHeight;

If container has display:none, then this.element.clientHeight is always 0.
So prefill never stops.

@abant07
Copy link

abant07 commented Jan 9, 2024

Is this still a problem? Maybe I can help out?

@palisarbaro
Copy link
Author

I abandoned the standard prefill option and do prefill manually. So for me the problem is solved, although it is not very convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants