Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to validate at confirm page? #43

Closed
kahwooi opened this issue Oct 25, 2017 · 3 comments
Closed

How to validate at confirm page? #43

kahwooi opened this issue Oct 25, 2017 · 3 comments

Comments

@kahwooi
Copy link

kahwooi commented Oct 25, 2017

Vuestic-Wizard does not has isValid() for the confirm page.

If I have some validation at the confirm page, how can I stop it from complete?

@smartapant
Copy link
Contributor

@kahwooi confirm page exists for displaying some success info to a user, all the validation shall be present on preceding steps

@kahwooi
Copy link
Author

kahwooi commented Nov 2, 2017

What if the process like saving is not successful at the confirm page, how can I prevent it from complete?

@smartapant
Copy link
Contributor

@kahwooi hey!

Check out docs https://github.com/epicmaxco/vuestic-admin/wiki/Wizards

The basic idea is that success page is shown if everything's gone good :)

You can create the page that comes before the last one and handle the completion logic in onComplete hook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants