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.2 Replies
Solution
you can use the same from
Filament\Schemas\Components\ActionsAhhhh... I need to to wrap it in an Actions container! That works, thank you!