Sticky form buttons
Is there a way to make form buttons at the bottom sticky and always be on screen even if the user has not scrolled all the way down?
10 Replies
Are you using
\Filament\Pages\Page::stickyFormActions(true)
?Is this resource specific? Where do I use it?
AppServiceProvider if you want to apply it to all pages
I would like to apply it to a specific resource if that's possible
Solution
Add this to the CreatePage/EditPage.
Nice, works great! Thanks!
Although, I haven't seen this mentioned anywhere in the docs - did I miss something or is it a hidden feature? π
you can send a PR π
Yeah this doesn't seem to work all that well, maybe that's why it's not documented? I see it sticky at the top, but soon as I scroll down it disappears.
Open a new topic and share the problem please