© 2026 Hedgehog Software, LLC
requiresConfirmation
getCreateFormAction
protected function getCreateFormAction(): Action { return Action::make('create') ->label(__('filament-panels::resources/pages/create-record.form.actions.create.label')) ->requiresConfirmation() ->submit('create') ->keyBindings(['mod+s']); }