#Livewire Form Component problem

11 messages · Page 1 of 1 (latest)

drowsy lakeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

granite surge
mystic prairie
#

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'),
])
mystic prairie
#

doesnt work, if I add wire:ignore inside the Livewire Component, the livewire component funktions stop working

#

@fallen aurora maybe any ideas?

glass void
#

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.

granite surge
#

share the DocumentBlueprint component please

mystic prairie
#

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 😉

fallen aurora