Issue with Filament Action Modal inside Livewire WireModal
I'm currently using a Livewire WireModal as the parent modal, and inside it, I'm triggering a Filament Action modal. The problem is that the Filament modal always opens inside the parent WireModal, causing it to overlap visually and structurally.
However, this issue doesn’t occur when nesting a Filament Action modal inside another Filament modal — in that case, it works perfectly.
Has anyone else faced this issue or found a clean way to make Filament modals render outside of the parent WireModal?
0 Replies