How to Programmatically Navigate to a Specific Step in a Wizard
How can I programmatically navigate to step 2 ("Delivery") using a function call or dispatch in Livewire?
I tried:
However, it's not behaving accurately. Sometimes it goes to step 2, but other times it skips to step 3.
I tried:
However, it's not behaving accurately. Sometimes it goes to step 2, but other times it skips to step 3.