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
Anyone have an idea how to accomplish this? Thanks!
Please search... I've done this loads
see:
https://discord.com/channels/883083792112300104/1339977956084416512/1340968841358082110
Thank you! I did search but for some reason I wasn't able to find that before
These some resources that may give you few ideas:
https://filamentexamples.com/tutorial/loading-indicator-live-slow-network-connection?source=search
https://filamentglow.com/trick/global-loading-indicator-d94846c4
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.