F
Filament13mo ago
KeyMe

Prevent action modal from closing automatically

Hi, quick question, is it possible to disable the behavior of action modal closing automatically when submit action button is clicked so that the modal stays open?
4 Replies
justlasse
justlasse13mo ago
Yes I want to know this also 🙂
GHOST-117
GHOST-11711mo ago
+1
KeyMe
KeyMeOP11mo ago
@justlasse @GHOST-117 it seems that the action would always ends with modal close, putting
$this->halt()
$this->halt()
at the end of action() method would prevent it. But see for urselfs if it impeded any of ur modal's expected behaviour.
GHOST-117
GHOST-11711mo ago
i have multiple action and modal inside a modal https://discord.com/channels/883083792112300104/1207939010089975808 i just want to validate all the steps and when i make ->submit() it validate my form but the modal closes after that

Did you find this page helpful?