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.
8 Replies
I have exacly the same problem. Have you found a solution for this?
ViewActions render forms not infolists usually.... So when using ViewAction you'll need to ensure the form on the class has a schema
ViewAction
supports infolist. Please share the code that you are usingThanks Leandro
This is the code. I really think it is a very basic thing I've missed
Solution
?
I think you are mixing in some syntax that's used inside the Panels resources.
I feel so speechless. Yes, you are absolutely right. I was using it like I do inside Panels Resources.
Making this way works perfectly:
Really thank you so much for your help!!