© 2026 Hedgehog Software, LLC

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

extraModalFooterActions in EditAction modal

php 
    protected function getFormActions(): array
    {
      return [
          ...parent::getFormActions(),
          Action::make('close')
              ->action('saveAndClose'),
        ];
    }
php 
    protected function getFormActions(): array
    {
      return [
          ...parent::getFormActions(),
          Action::make('close')
              ->action('saveAndClose'),
        ];
    }

how can I do this in the edit modal?
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

Close modal from a "extraModalFooterActions"
FilamentFFilament / ❓┊help
16mo ago
extraModalFooterActions
FilamentFFilament / ❓┊help
10mo ago
Bug in extraModalFooterActions arguments
FilamentFFilament / ❓┊help
3y ago
Challenges with Implementing EditAction in Multi-step Process: Modal
FilamentFFilament / ❓┊help
2y ago