F
Filament2mo ago
pelmer

What happened with verticalAlignment in v4?

In Filament v3 there was a good way to control the vertical alignment of action button with ->verticalAlignment(VerticalAlignment::End), Se docs: https://filamentphp.com/docs/3.x/forms/actions#controlling-the-vertical-alignment-of-independent-form-actions What happened with this in version 4? Is it still possible to do in forms? In this case I want to align an action button with the input fields in a Grid in a form.
Solution:
you can use the same from Filament\Schemas\Components\Actions
Jump to solution
2 Replies
Solution
LeandroFerreira
LeandroFerreira2mo ago
you can use the same from Filament\Schemas\Components\Actions
pelmer
pelmerOP2mo ago
Ahhhh... I need to to wrap it in an Actions container! That works, thank you!

Did you find this page helpful?