F
Filamentβ€’5mo ago
m07amed

form buttons position

is there a way to move the form buttons position so they align with the form , i'm using section aside() function here
No description
2 Replies
dissto
disstoβ€’5mo ago
I think your easiest approach would be to align the actions to the right.
// on your CreateXxx.php
public static string|Alignment $formActionsAlignment = Alignment::End;
// on your CreateXxx.php
public static string|Alignment $formActionsAlignment = Alignment::End;
Otherwise you would probably have to fiddle around with a section (using aside) where you manually output the formActions. But I honestly think aligning them to the right is the most straightforward way. πŸ€” Maybe you could also consider
public static bool $formActionsAreSticky = true;
public static bool $formActionsAreSticky = true;
If you have a really long create form. πŸ€”
m07amed
m07amedOPβ€’5mo ago
Thanks @dissto that's one way to make it look good
Want results from more Discord servers?
Add your server