[PR #1638] [MERGED] Added use of "fireChangeEvent" parameter in the "OnRemove" method in RadzenUpload.razor.cs #2847

Open
opened 2026-01-29 18:20:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1638
Author: @Wolfowy
Created: 8/6/2024
Status: Merged
Merged: 8/7/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 17c9017 Check fireChangeEvent before invoking Change event in RadzenUpload

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenUpload.razor.cs (+1 -1)

📄 Description

The "fireChangeEvent" parameter was present in the "OnRemove" method definition, but was never used - so when clearing all the files using the "ClearFiles" method, the Change event was additionally invoked for each of the files.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1638 **Author:** [@Wolfowy](https://github.com/Wolfowy) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`17c9017`](https://github.com/radzenhq/radzen-blazor/commit/17c9017aa8b69fdae684ad04424082a14a7bd837) Check fireChangeEvent before invoking Change event in RadzenUpload ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenUpload.razor.cs` (+1 -1) </details> ### 📄 Description The "fireChangeEvent" parameter was present in the "OnRemove" method definition, but was never used - so when clearing all the files using the "ClearFiles" method, the Change event was additionally invoked for each of the files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2847