Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
If you are entering the character, then request sent to the server for fetching the data to the component. We can delayed this process with help of debounce concept. So, we need to provide this support for all dropdown components.
Along with this, we need to consider the request count sent to the server i.e., the request count will be calculated based on entered text lenghtn in the component. We need to make the server request count as single request instead of multiple request.