Livewire components that implements HasForms can have multiple forms ?
How I can have multiple forms in a custom Livewire component that implements HasForms ?
This Is my component and in my view I use {{ $this->form }} to render the form. I need a form for FirstModel AND SecondModel. Thanks you. Filament is awesome btw !
Solution:Jump to solution
I asked the question too quickly sorry. Response is in the docs https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#using-multiple-forms
1 Reply
Solution
I asked the question too quickly sorry. Response is in the docs https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#using-multiple-forms