#Livewire Form Component problem
11 messages · Page 1 of 1 (latest)
are you following this section ?
I need help with a Form inside a Form use Filament\Forms\Components\Livewire
Here is the place where I add the livewire form inside the Ressource Form:
Tabs\Tab::make('Blueprint')
->schema([
Grid::make([
'default' => 1,
])->schema([
Livewire::make(DocumentBlueprint::class)
->key('document-blueprint')
->lazy(),
])->hiddenOn('create'),
])
maybe wire:ignore ?
doesnt work, if I add wire:ignore inside the Livewire Component, the livewire component funktions stop working
@fallen aurora maybe any ideas?
Please don’t tag people. I think you are going to have a larger issue with this approach, since forms can’t be nested at the HTML level.
share the DocumentBlueprint component please
However, I am surprised and please do not take it personally that the description of the help case is not read correctly and I am somewhat disappointed, as I thought that the core team, among others, would help here and also find help for real problems 😉
the core team does help, you have two core members here. but it is rude to @ someone who may be busy with other things which essentially “demands” their attention