Open Closed

Blazor - Block UI while waiting for process to complete #6954


User avatar
0
mz_s73 created
  • ABP Framework version: v7.3.1
  • UI Type:Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Yes

I have a form that takes some time to respond once its submitted. I need to block the UI so that the submit button is not clicked multiple times and a provide a spinner for a better user experience to indicate background process. How do I achieve this in my Blazor application ?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There is no built-in feature for block UI. But you can try to use some third-library.

    We will support this in the future, Please follow https://github.com/abpframework/abp/issues/19446

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11