FFilament•Created by nika_38471 on 11/29/2023 in #❓┊help How do I keep the modal open?
I found a solution by halting the modal from closing process, which might help others facing the same issue
if ($arguments['another'] ?? false) {
$form->fill();
$action->halt();
}