© 2026 Hedgehog Software, LLC

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

Hide close button in filament form

Is it possible to hide "Close" button in filament form?
image.png
Solution
You could chuck this in the create page:
    protected function getCancelFormAction(): Action
    {
        return parent::getCancelFormAction()->visible(false);
    }
    protected function getCancelFormAction(): Action
    {
        return parent::getCancelFormAction()->visible(false);
    }
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

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Hide "save changes" button in form wizard
FilamentFFilament / ❓┊help
2y ago
Hide create button in a form with wizard
FilamentFFilament / ❓┊help
2y ago
can't hide Close button of a modal
FilamentFFilament / ❓┊help
2y ago
Hide field in form
FilamentFFilament / ❓┊help
2y ago