This is a well known issue with Blazor. You can try adding await Task.Yield()
so the UI has a chance to update.
1 Like
This is a well known issue with Blazor. You can try adding await Task.Yield()
so the UI has a chance to update.