formActionsAreSticky seems not to be working as expected
Adding
public static bool $formActionsAreSticky = true;
to create page seems not to enable sticky form actions.
I also had lobal setting in AppServiceProvider which seems to be broken now too:
I cannot find documentation about changed usage about this.
I recreated it on Filament v4 demo project at app/Filament/Resources/Blog/Links/Pages/CreateLink.php
Code to recreate:

Solution:Jump to solution
GitHub
$formActionsAreSticky is not working · Issue #18276 · filamentphp...
Package filament/filament Package Version v4 Laravel Version v12 Livewire Version v3 PHP Version PHP 8.4 Problem description Adding public static bool $formActionsAreSticky = true; to pages seems n...
2 Replies
Yep. Looks like this broke. Can you open a issue on Github, please?
Solution
GitHub
$formActionsAreSticky is not working · Issue #18276 · filamentphp...
Package filament/filament Package Version v4 Laravel Version v12 Livewire Version v3 PHP Version PHP 8.4 Problem description Adding public static bool $formActionsAreSticky = true; to pages seems n...