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

Advanced Select (Remote Data, Tags): Fetch More Data on Scroll #565

Open
akhayyat opened this issue Jan 30, 2025 · 0 comments
Open

Advanced Select (Remote Data, Tags): Fetch More Data on Scroll #565

akhayyat opened this issue Jan 30, 2025 · 0 comments

Comments

@akhayyat
Copy link

Summary

When using advanced select with remote data and tags, the user cannot scroll through the data. They must search to get any data other than what's initially loaded.

Detailed Description

When using advanced select tags with large remote data, the widget initially loads a small portion of the data, e.g. "apiQuery": "limit=20" loads only 20 items.

The user cannot see any other data unless they search for something.

Similar select-with-search widgets (e.g. select2) usually allow exploring the data by scrolling through it and dynamically replacing the visible data without the user having to search for anything in particular. Select 2 calls this feature "pagination".

It'd be really great if pagination, or updating the shown data on scroll, can be added to the advanced select widget when used with remote data.

Use Cases

Use the advanced select widget with large remote data.

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