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!

1
Vote

We have implemented the debounce concept for custom filtering events in the application. Now, we need to enhance the dropdown list component to incorporate built-in debounce functionality. This enhancement will ensure that filtering occurs based on a specified delay in milliseconds, rather than triggering on each character typed.

Consider the following while implementation:
  1. Exception handling
  2. Effectively handle the Timer
  3. Proper disposable the objects including Timer
  4. Make sure the trigger of ExecuteSearchAsync