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!
Hi,
When using the "EventCallback" "SfChip.SelectedChipsChanged" then bad behavior is observed.
The Chip selection is updated/reverted again after the "
<SfChip Selection="SelectionType.Multiple" SelectedChipsChanged="OnSelectedItemsChangedAsync">
...
private async Task OnSelectedItemsChangedAsync(string[] itemsSelected)
{await Task.Delay(5000);
}
internal async Task UpdateSelectedChips() => this.SelectedChips = await SfBaseUtils.UpdateProperty