Loading indicator in forms
I have some logic in afterStateUpdated() that requires some time, how can I show some loading indicator to let users know something is happening and that they should wait?
1 Reply
see this from filamentexamples:
https://filamentexamples.com/tutorial/loading-indicator-live-slow-network-connection?source=search
Filament Examples
Loading Indicator on Live Fields for Slow Network
If you have a "live" form with dynamic data, it's beneficial to show the "loading" icon to users, so they would understand what's happening on the screen.