Shinra
relationship question
for everyone facing the same issue, i am using the answer from this thread https://discord.com/channels/883083792112300104/1134461257764843561
4 replies
Page with multiple forms action
hello, i have also tried that, like this
DropInAction::make('password_action')->disableLabel()
->execute(
function (\Closure $get, \Closure $set){
return \Filament\Forms\Components\Actions\Action::make('geolocate')
->icon('heroicon-o-search')
->label('Geocode')
->action(function () use ($get,$set){
Log::info('asdasdasd');
$set('subscriber_code', 'asdasd');
});
}
)
26 replies