wizard step sharing from model
Hi I am trying to share the wizard steps from my Model, but it's causing the layout to not be full width and the has skippable steps stops working, Can you shed some light on how to properly setup the wizard to share steps? Thanks
2 Replies
In the form schema ensure columns passed as 1 or set the wizard::make()->columnSpanFull()
the code I added is not working as if i used this instead
the skippable steps and the form is full width and working correctly, it seems replacing with this breaks the skippable steps and the layout:
The issue is i want the same form in a livewire component and the docs say i need to use a from component.
thanks