Hi Sotiris,
Greetings from Syncfusion support!
Thank you for reaching out to us with your questions regarding the ComboBox in your Blazor Server application. I appreciate your detailed explanation of your current implementation. Let me address your queries:
a) What are the possible advantages of using the AutoComplete component instead of the ComboBox?
- The ComboBox component supports both "value" and "Id" fields, whereas the AutoComplete component works solely based on the "value" field.
- The AutoComplete component provides a matched suggestion list as the user types characters in the input. This allows for dynamic loading of data, improving performance by loading data only when necessary.
b) Instead of retrieving all of them, is there a way to retrieve the items as the user types?
Certainly! To achieve this, you can implement custom filtering as per your requirements. Syncfusion provides detailed documentation on custom filtering in the ComboBox. You can find the relevant information below: Custom Filtering Documentation : https://blazor.syncfusion.com/documentation/combobox/filtering#custom-filtering
We hope this information is helpful. If you have any further questions or need additional assistance, feel free to reach out.