formActionsAreSticky seems not to be working as expected
Adding
to create page seems not to enable sticky form actions.
I also had lobal setting in
I cannot find documentation about changed usage about this.
I recreated it on Filament v4 demo project at
Code to recreate:
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.phpCode to recreate:

Solution
GitHub
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...
