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

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorAppAutocomplete-1823751645


              The ValueChange event does not trigger when clearing the values using the Backspace or Delete keys. However, when using the clear icon, the ValueChange event triggers as expected.

        

Replication procedure :

  1. Run the sample.
  2. Type "Amer" in the AutoComplete component and select the filtered item.
  3. Select the entire text and clear the values using the Backspace or Delete key. Alternatively, delete each letter using the Backspace key.

Expected Output: The ValueChange event needs to be triggered whenever the values are changed via mouse or keyboard interaction.

Current Output: The ValueChange event is not triggered when clearing the values using the Backspace or Delete key.