Filament Custom Livewire Component: Use Actions and not Blade Buttons
2025-02-26
If you create custom Livewire components in Filament, you may notice some components don't act the same as in the Resources. Let's take the example of Upload button which should be disabled while the file is uploading, but it happens only when you use the Action and not just the button.