Ander
Form Select - how can I interact with the newly created record after creation?
->createOptionAction(function (Forms\Components\Actions\Action $action)
{
return $action
->modalHeading('new pay shedule')
->modalButton('create')
->modalWidth('lg');
})->createOptionUsing(function ($data)
{
\Log::alert($data);
// Customize create
}),
3 replies