afterStateUpdated in custom component
I have a Filament widget which includes a Livewire component from it's blade. I have a select-field rendering fine and it will update the value. However, I can't get it to run method no matter what I do. Here is the code I've been trying with:
The view has nothing else than this:
Any help here would be greatly appreciated (and yes, I've been reading documentation and other posts back and forth)!
1 Reply
You need live() in v3 but you also need to mount the form