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

Improve Autocomplete Component to process many items #1467

Closed
OmidAtaei1984 opened this issue Aug 1, 2023 · 1 comment
Closed

Improve Autocomplete Component to process many items #1467

OmidAtaei1984 opened this issue Aug 1, 2023 · 1 comment

Comments

@OmidAtaei1984
Copy link

OmidAtaei1984 commented Aug 1, 2023

In the example of "Api Search" related to the AutoComplete component, it is stated in the description that "We can't process too many items now". My suggestion is that when typing in the component, if the length of the input string is more than 3 characters, the search for the items will be done. In this case, more than 1000 items can be processed in this component.

I would also be grateful if you checked the codes in this address and if they are useful, they will be used in this component.
https://www.codeproject.com/Articles/5351256/Building-a-Blazor-Autocomplete-Control
https://github.com/ShaunCurtis/Blazr.Demo.TypeAhead

@capdiem
Copy link
Contributor

capdiem commented Jul 3, 2024

Starting from v1.6.0, Autocomplete now uses virtualization to handle items.

@capdiem capdiem closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants