© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
hello_world

->action() is not working in wizard ->nextAction()

here is my code
 ->nextAction(
                    fn (ActionsAction $action) => $action->label('')
                        ->action(function () {
                            dd('hello');
                        })
                        ->extraAttributes(fn () => [
                            'class' => 'wizard-button'
                        ]),
                ) 
 ->nextAction(
                    fn (ActionsAction $action) => $action->label('')
                        ->action(function () {
                            dd('hello');
                        })
                        ->extraAttributes(fn () => [
                            'class' => 'wizard-button'
                        ]),
                ) 
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

Wizard "nextAction" save
FilamentFFilament / ❓┊help
2y ago
change label of nextAction wizard
FilamentFFilament / ❓┊help
3y ago
Loading indicator on a wizard nextAction()
FilamentFFilament / ❓┊help
3y ago
nextAction on Wizard built with getState Function
FilamentFFilament / ❓┊help
17mo ago