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

Issue Description:

When trying to remove the file from the uploader list using the keyboard, it does not remove the file. And throws a console error.

Validation details:

Its correctly works uploader with asyncsettings.

Sample reference attached in the mail.

>>>>>> 

Sample :

Blazor : https://blazorplayground.syncfusion.com/embed/hXBKDPLggvpcVAFu?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

>>>>>>


Replication Procedure: 

  • Run the Sample
  • Upload the any file.
  • Tab to hit the delete icon or cancel icon.
  • And press enter . See the issue. (The file list not removed and throws console error.)


Current Behavior : The file list does not remove , and console error is occurring.

Expected Behavior The file list needs to remove , and console error should not occurs.