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 reset the value to null, Select event triggers continuously in a loop
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Dropdownlist636817968
Code Snippet:
|
<div> <SfDropDownList <DropDownListFieldSettings <DropDownListEvents </SfDropDownList> <Syncfusion.Blazor.Buttons.SfButton </div> @code public public public { HierarchyVal = null; } public { public public } List<Countries> Country = new List<Countries> { new new new new }; private async void onRowFilterHierarchyChange(Syncfusion.Blazor.DropDowns.ChangeEventArgs<string, { //Mig - Change //await localStorage.SetItemAsync("rowUserHierarchyFiltersCont", args.Value); } private async void rowsSelectH(Syncfusion.Blazor.DropDowns.SelectEventArgs<Countries> args) { this.SelectEventCount++;
} |