Christophe
EditAction in Livewire component
I have this Tree Structure where I want to edit each individual element. I'm using the Filament modal to handle this and rendering it like this:
So this sits inside a loop. The wrapper Livewire component handles the edit like this:
The problem is that the form is not filled in. It does retrieve the correct $post, when i dd($post) after the action it shows me the correct $post. How do I handle this?
2 replies