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!