Button is not reacting to IsBusy or reacting too late

Hi @HamburgerPlsdotexe,

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