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

Description :

In autocomplete, when using custom filtering, the popup is not closed, and the application hangs after alternatively typing a key and then the backspace key.

Note: Issue occurs rarely when using custom filtering. Can’t be able to reproduce this issue in blazor playground.

Sample: https://www.syncfusion.com/downloads/support/common/5093/ze/Autocomplete_customfilter_42a80e91.zip

Video Demonstartion: https://www.syncfusion.com/downloads/support/common/5091/ze/Autocomplete_video_2783d1.zip

Replication procedure:

  1. Run the sample.
  2. Switch to autocomplete in the tab view.
  3. Type letter ‘a’ and backspace continuously.
  4. Approximately after 20 times the popup not closed and the application hangs.

Current behavior:

Popup is not closed and hanged.


Expected Behavior:

Popup should close.


Note: This issue occurs in standalone autocomplete. kindy check in counter page.