Skip to content
Discussion options

You must be logged in to vote

If you look at a basic implementation of the QStepper you'll see a few things. It can be kind of confusing at first glance so I don't blame you at all for needing help and I applaud you for asking for help!
To move from step 1 to step 2 you need to make the :name equal to the value of step 2. This is done, in the examples, by incrementing the value of step (v-model on the QStepper) through the @click event. You can add validation here.

If you want it only on that step, you can follow the example for QStepperNavigation which is shown in Vertical QStepper example.
You just have to leverage that @click event to validate your inputs...if it's not valid, then don't increment to the next step u…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by metalsadman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants