v4 Rendering Relation Manager in a Modal not working
Previously, in v3 I was able to render a relation manager using this:
I've updated my modal content to something like this in v4 (I lifted the
Livewire::make
from the HasRelationManagers
getRelationManagersContentComponent
method), I can get the table to render, but it does not respond to any clicks:
Is this the proper way to approach this requirement in v4? If this is just a bug then I can dive further and open up a new issue on Github2 Replies
GitHub
v4: actions in modal actions with livewire component not working ·...
Package filament/filament Package Version v4.0.0-beta5 Laravel Version v12.18.0 Livewire Version v3.6.3 PHP Version PHP8.2+ Breaking change description Filament actions have a modalContent option w...
Ah, I wasn't sure if this was the same issue, thanks for confirming @awcodes ! 👍