Is there a way I can put an infolist inside of a wizard modal?
I would like to add an infolist for the user to confirm the details of their action inside of a wizard modal. It looks like the wizard only takes form items, but I'm guessing there has to be a way to do it?
Solution:Jump to solution
https://github.com/filamentphp/filament/issues/11753
You can also
- create a custom livewire component: https://filamentphp.com/docs/3.x/infolists/adding-an-infolist-to-a-livewire-component
...
1 Reply
Solution
https://github.com/filamentphp/filament/issues/11753
You can also
- create a custom livewire component: https://filamentphp.com/docs/3.x/infolists/adding-an-infolist-to-a-livewire-component
- use a view field https://filamentphp.com/docs/3.x/forms/fields/custom#view-fields
- render the livewire component in this view