remove q-step content when selecting a step
-
how can I remove stepper content from the q-step? I am only using q-step not the data inside the body of it and using stepper vertically when I change any of the step it moves from its position and it is due to the q-stepper__step-content added to it. so how can I remove that ?
-
This post is deleted! -
using stepper vertically when I change any of the step it moves from its position…how can I remove that?
I don’t completely understand what you want here , but you can disable the vertical mode with
vertical:false
. I also removed the body of Q-stepper.
https://codepen.io/ontwikkelfabriek/pen/gOMVVKK -
@dobbel thanks for the help again man.