Livewire doesn't let you entangle non-existent array keys, unlike wire:model. That was the main problem here.
Another problem I've spotted is that the action modal is being cached / not being refreshed between items. Will likely need to use a custom modal to handle this instead, hence the draft PR.
Closes #15.
Livewire doesn't let you entangle non-existent array keys, unlike
wire:model
. That was the main problem here.Another problem I've spotted is that the action modal is being cached / not being refreshed between items. Will likely need to use a custom modal to handle this instead, hence the draft PR.