Add lazy loading and search with API and debounce feature#122
Open
Devslops wants to merge 6 commits intooi-narendra:mainfrom
Open
Add lazy loading and search with API and debounce feature#122Devslops wants to merge 6 commits intooi-narendra:mainfrom
Devslops wants to merge 6 commits intooi-narendra:mainfrom
Conversation
|
Hi @Devslops , Could you please update this PR to version 3.0.1? I’ve noticed we’re still experiencing issues with the overlay. Adding a scroll controller for infinite scrolling is a great improvement, especially when we need to load more than 1,000 items. |
Author
|
Hi @ferysyukur , |
|
When will this get merge? This feature is a must-have for every multi-selection dropdown. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enhances performance and user experience by:
Lazy Loading: Dynamically loads data as the user scrolls, reducing initial load time.
API Search: Enables real-time search with API, fetching filtered results based on user input.
Debounce: Introduces debounce to minimize excessive API calls during rapid typing.