F
Filament3mo ago
blink

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
Mohamed Ayaou
Mohamed Ayaou3mo ago
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.

Did you find this page helpful?