© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
1 reply
torgodly

wire:loading Not Triggering During Action Dispatch in Filament

I'm having trouble getting the wire:loading indicator to show when dispatching an event from a Filament action. The action works, but the loading spinner doesn’t appear. Here's the code I'm using:


Tables\Actions\Action::make('test')
    ->dispatch('triggerPrint', ['action' => 'print', 'element' => 1]),

Tables\Actions\Action::make('test')
    ->dispatch('triggerPrint', ['action' => 'print', 'element' => 1]),


Does anyone know how to fix this or get wire:loading to work with action dispatch? Thanks!
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Triggering Filament Action with a Livewire.dispatch event
FilamentFFilament / ❓┊help
3y ago
Action not triggering
FilamentFFilament / ❓┊help
15mo ago
Handling dispatch events with named parameters in Filament Action
FilamentFFilament / ❓┊help
2y ago
Triggering Filament Action from Livewire Form Submission
FilamentFFilament / ❓┊help
3y ago