How to trigger a click event on 'next' button click in Wizard Step form.
I am using Action on table. Inside the Action I am using Wizard Steps. In my first Step using a Livewire component to create table like form.
Now by default I have 'Next' in Step 1 to goto in Step 2.
I would like to trigger a click event on click of this button Next button.
Any idea please help.
4 Replies
Thank you π
now I am using this
could you please guide me on how a click event here.
Just dispatch any event from nextAction, when the next button is clicked it will work
ok