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)
-
0
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