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!>
Thanks for joining our community and helping improve Syncfusion products!
When a file is uploaded, the ValueChange
event is triggered properly. However, when uploading a second file, the ValueChange
event is triggered for both the first file and the second uploaded file. This pattern continues for each subsequent file upload.
Sample: PlayGround
Replication Steps:
Expected Behavior: The ValueChange event should only be triggered for the currently uploading files.
Actual Behavior: The ValueChange event in Blazor File Uploader fires for already uploaded files as well.