Filament v2 Repeater can't detect when item deleted
How do i catch when i have deleted item from the Repeater in Filament v2 form builder ?
i tried with
afterStateHydrated
and afterStateUpdated
but it doesn't work, i don't get the dd()
I saw that in the Repeater
class it registers listeners like repeater::deleteItem
. I tried to catch that event but it didn't work also0 Replies