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.
4 Replies
Where are you dispatching this? Could you explain?
I have custom livewire component and rendering that using View field, in that custom component i am dispatching it using javascript on a specific websocket event
Solution
Thanks A lot man
worked like a charm