Jul 7, 2024
0
Level 1
Filament wizard steps lazy loading
Hey guys, I'm looking for suggestions and might find them here. I need to build a huge filament form and I would like to use Wizard to split it into steps and lazily load each step. But I can't find a way to do so.
I tried Livewire::make(Foo::class)->lazy() which works as I would like to, except it doesn't pass field values back to the backend. I know this field is based on Component class rather than Field, but probably anyone can hint how to convert to field.
So, in the end, I want to create livewire components for each step and wrap them in Livewire::make(Foo::class)->lazy()
Please or to participate in this conversation.