Need help with halting process
Halting the save process does not stop new repeater items from being saved .. how to deal with this?
1 Reply
More info here: https://github.com/filamentphp/filament/discussions/10226
GitHub
Resource edit, $this->halt() does not stop repeater items (has many...
The notification is showing but the repeater continues to save the new item any way. protected function beforeSave(): void { if ($this->record->invoice) { $totalToPay = $this->record->i...