How do i prevent an action modal from closing the modal on submit

How do i prevent an action modal from from closing the modal on submit ->action(function ($action, Order $record, $livewire, $data) {
if ($something) { //add custom error and dont close modal }
Solution:
$action->halt()
Jump to solution
2 Replies
Solution
LeandroFerreira
LeandroFerreira5mo ago
$action->halt()
jlove1672
jlove1672OP5mo ago
perfect! 🙌

Did you find this page helpful?