FilamentF
Filament14mo ago
Enas

infolist with livewire

Hello all,
I have livewire component that show list of members and I have Viewaction that show member details in infolist, I pass the $record from livewire to MemberForm class correctly (I try dd($record) and show corret data ) but inside infolist it didn't show anything.
image.png
image.png
image.png
image.png
Solution
ViewAction::make()
    ->infolist([
        TextEntry::make('type'),
        ...
    ])

?
Was this page helpful?