F
Filament14mo ago
arul

when modal confirmation, i click confirm and code runs but modal still appears.

this my custome page code , How make modal do not appear after i click confirm. public function sendingAction(): Action { return Action::make('sending') ->label('Kirim') ->modalHeading('Kirim Barang Masuk Tidak Bisa di Edit') ->requiresConfirmation(); } my view custome page <x-filament-panels::form wire:submit="kirim"> <input type="hidden" wire:model="userId" > <div> {{ $this->sendingAction }} <x-filament-actions::modals /> </div> </x-filament-panels::form>
2 Replies
Vp
Vp14mo ago
arul
arulOP14mo ago
not work, i change the code and work not need form in view, only inside the form, inside action
Want results from more Discord servers?
Add your server