HALIM
HALIM
FFilament
Created by HALIM on 2/26/2025 in #❓┊help
Wizard Trigger Next Steps From Notification.
I have tried it by making a step like this Wizard\Step::make('detail-insiden') then adding extraAlpineAttributes to wizard
->extraAlpineAttributes([
'step-detail-insiden' => "step='detail-insiden'",
])
->extraAlpineAttributes([
'step-detail-insiden' => "step='detail-insiden'",
])
and use dispatch on notificatoin actions, but noting happen
\Filament\Notifications\Actions\Action::make('continue')
->label('Lanjutkan')
->button()
->dispatch('step-detail-insiden'),
\Filament\Notifications\Actions\Action::make('continue')
->label('Lanjutkan')
->button()
->dispatch('step-detail-insiden'),
3 replies