© 2026 Hedgehog Software, LLC
Action::make('apply') ->action(function ($record) { $this->emit('applySelection', $record); }),
public function applySelection($record): void { $formData = $this->form->getState(); $this->form->fill($record); }