Is there a way to use $formActionsAreSticky as default for all resources?

Maybe somehow to set in the panel?
3 Replies
Fireflies
FirefliesOP2mo ago
Sticky is broken
No description
LeandroFerreira
LeandroFerreira2mo ago
I think you can use in the appserviceprovider
use Filament\Pages\Page;

public function boot(): void
{
Page::$formActionsAreSticky = true;
}
use Filament\Pages\Page;

public function boot(): void
{
Page::$formActionsAreSticky = true;
}
Fireflies
FirefliesOP2mo ago
Worked like a charm, thank you!

Did you find this page helpful?