Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JohnDer's avatar

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()

0 likes
0 replies

Please or to participate in this conversation.