FFilament•Created by kazi94 on 10/30/2024 in #❓┊help Add custom button in Relation manager form
This is my code:
->headerActions([
Action::make('create')
->form([
// ...
])
// ...
->extraModalFooterActions(fn(Action $action): array => [
$action->makeModalSubmitAction('createAnother', arguments: ['another' => true]),
])
])