You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: