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

Can Continue Property #32

Open
RinorDreshaj opened this issue Dec 16, 2018 · 1 comment
Open

Can Continue Property #32

RinorDreshaj opened this issue Dec 16, 2018 · 1 comment

Comments

@RinorDreshaj
Copy link

RinorDreshaj commented Dec 16, 2018

If you press back button and then next again can continue is turned into false, and if you have keep alive true then there is no hook where this property can be updated, its alot of workaround for only to get next button available.

@pilasut
Copy link

pilasut commented Dec 20, 2018

Modify backStep() function in HorizontalStepper.vue
backStep(){
this.canContinue = true;
...
}

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