ryangjchandler / filament-navigation

Build structured navigation menus in Filament.
MIT License
168 stars 64 forks source link

fix: entangle-based components not working in item modal #18

Closed ryangjchandler closed 2 years ago

ryangjchandler commented 2 years ago

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.