FilamentF
Filament2y ago
Gush

CreateAnother Button closing modal

->extraModalFooterActions(fn (Action $action): array => [
                $action->makeModalSubmitAction('createAnother', arguments: ['another' => true]),
            ])


how can i prevent this from closing modal?
Was this page helpful?