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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

23
Votes

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.