Ajax request after "x" step (Quasar Stepper)
-
Hello,
I want to make an ajax request after submitting the 2nd step and use the results on my 3rd step.
Any idea how i can do this? -
As there is no stated in the docs event for change, you could track your “nextStep” function invocations and do some requests based on that, then populate your template with the results.
-
Will make some enhancements to Stepper to ease this use case.