© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Proculair B.V.

How to align modal buttons similar to alignFormActionsEnd()

use Filament\Pages\Page;
use Filament\Support\View\Components\Modal;

Page::alignFormActionsEnd();

Modal::closeButton(false);
Modal::closedByClickingAway(false);
// Modal::alignFormActionsEnd(); Does this exist?
use Filament\Pages\Page;
use Filament\Support\View\Components\Modal;

Page::alignFormActionsEnd();

Modal::closeButton(false);
Modal::closedByClickingAway(false);
// Modal::alignFormActionsEnd(); Does this exist?
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

Align buttons in modal
FilamentFFilament / ❓┊help
3y ago
How to Add Custom Action Buttons to RelationManager Modal
FilamentFFilament / ❓┊help
3y ago
Modal footer buttons are flickering
FilamentFFilament / ❓┊help
4mo ago
Remove Buttons in Action Modal
FilamentFFilament / ❓┊help
2y ago