Is there a way to get current step number in Form Wizard?
I have the following piece of code
I want to make it such that I can do something like this (Continue button to be full width if it is the 1st step)
I tried to inject Component $livewire to the ->nextAction() method but it I got error as it is injecting the parent livewire component, not the form wizard livewire component
I want to make it such that I can do something like this (Continue button to be full width if it is the 1st step)
I tried to inject Component $livewire to the ->nextAction() method but it I got error as it is injecting the parent livewire component, not the form wizard livewire component