FilamentF
Filament11mo ago
4 replies
ecoy

Can't keep modal open

In the filament php docs there is this thing

if ($arguments['another'] ?? false) {
// Reset the form and don't close the modal
}

how can I not close the modal?
Was this page helpful?