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
Yes I want to know this also π
+1
@justlasse @GHOST-117 it seems that the action would always ends with modal close, putting at the end of action() method would prevent it. But see for urselfs if it impeded any of ur modal's expected behaviour.
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