Ansori
Copyable Action
Filament already has a built-in copy-to-clipboard functionality on the TextColumn and TextEntry. However, this function is not available on filament actions. It would also be nice if this function was in the filament action.
12 replies
How to make loading button on form submit?
Hello, I've created a custom page that implements the HasForm interface. However, I noticed that when I submit the form, the button does not display a loading or disabled indicator like when using the resource. I've attempted to add wire:loading.attr="disabled" to the filament button, but it still does not seem to be working. Does anyone have an idea?
7 replies