© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
4 replies
FELL

createAnother in custom action

i need add createAnother button into my action

Action::make('ExtractItems')
->label('განცალკევება')
->icon('heroicon-o-circle-stack')
->color('warning')
->modalHeading('ნივთის განცალკევება')
->action(function ($record,$data) {
//
})
->form(function ($record){

return [

];
})
->visible(fn ($record) => $record->extract === true)
->modalSubmitActionLabel('განცალკევება')
->modalCancelActionLabel('გაუქმება'),
Solution
https://filamentphp.com/docs/3.x/actions/modals#adding-an-extra-modal-action-button-to-the-footer
Modals - Actions - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Infolist Action `->createAnother()` doesn't exist
FilamentFFilament / ❓┊help
2y ago
ActionGroup Action caching custom view
FilamentFFilament / ❓┊help
9mo ago
How to prefill data after "createAnother" action?
FilamentFFilament / ❓┊help
3y ago
Disable createAnother in form footer
FilamentFFilament / ❓┊help
3y ago