Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fed13b commit 538ec3cCopy full SHA for 538ec3c
Radzen.Blazor/RadzenDropDownDataGrid.razor.cs
@@ -969,7 +969,11 @@ public async Task CloseAndFocus()
969
OpenOnFocus = of;
970
}
971
972
- private async Task OnChipRemove(object item)
+ /// <summary>
973
+ /// Event handler for when an item is unselected by clicking a chip
974
+ /// </summary>
975
+ /// <param name="item">The item that is to be removed</param>
976
+ protected virtual async Task OnChipRemove(object item)
977
{
978
if (!Disabled)
979
0 commit comments