Skip to content

[Dropdown] How to receive an event when scrolled down to to bottom? #6166

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

Open
ceremcem opened this issue Feb 17, 2018 · 2 comments
Open

[Dropdown] How to receive an event when scrolled down to to bottom? #6166

ceremcem opened this issue Feb 17, 2018 · 2 comments

Comments

@ceremcem
Copy link

If a dropdown has +2500 items, there are some performance issues while rendering the menu items. The performance problem can be resolved by:

  1. Render only a "small part of" items (like ~100)
  2. Use a custom search function and filter the search term in whole items
  3. Re-render the same amount of (small part of) filtered items

This brings one problem: If user searches for a term and its result has 110 items, user can not see the last 10 items.

If we could receive an event, like this one when we reached to the bottom, we can render the additional items (if there are any).

@stale
Copy link

stale bot commented May 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 18, 2018
@ceremcem
Copy link
Author

Still interested.

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

No branches or pull requests

1 participant