is it possible to use a info list component inside a form component and vice versa?

see title
2 Replies
Somebody
Somebody11mo ago
Ah you can't. this would have opened up a lot of possibility than just embeding html in Placeholder::make()->content('html here') Filament\Forms\ComponentContainer::Filament\Forms\Concerns{closure}(): Argument #1 ($component) must be of type Filament\Forms\Components\Component, Filament\Infolists\Components\TextEntry given
Dennis Koch
Dennis Koch11mo ago
Yes, unfortunately that's not possible.