Form Loading Class

Hello - is it possible to apply a loading class to a Filament form? Something similar to the wire:loading feature in Livewire? I have a form that dynamically loads content based on user input and I would like to use opacity-50 while it is loading. And also disable all form fields during loading. Thank you!
4 Replies
bwurtz999
bwurtz999OP4d ago
Anyone have an idea how to accomplish this? Thanks!
bwurtz999
bwurtz999OP3d ago
Thank you! I did search but for some reason I wasn't able to find that before
Mohamed Ayaou
Mohamed Ayaou3d 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.
FilamentPHP Glow
provide a loading indicator for long running operations

Did you find this page helpful?