Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

How to unlock all steps? #113

Closed
joannesalfa opened this issue Nov 28, 2017 · 3 comments
Closed

How to unlock all steps? #113

joannesalfa opened this issue Nov 28, 2017 · 3 comments

Comments

@joannesalfa
Copy link

I need to know what's configuration to unlock all steps which is needed to edit the existing object.

Thanks.

@cristijora
Copy link
Collaborator

Hi @joannesalfa You could do it via refs
There is no dedicated method for this yet

  var wizard = this.$refs.wizard
   wizard.maxStep = wizard.tabs.length - 1
   wizard.tabs.forEach((tab)=>{
    tab.checked = true
   })

https://jsfiddle.net/bt5dhqtf/1594/

If you want, feel free to submit a PR with a method which does this or perhaps a prop to unlock steps

@cristijora
Copy link
Collaborator

Released 0.8.1 which includes a method to activate all steps.
https://jsfiddle.net/bt5dhqtf/1598/

@joannesalfa
Copy link
Author

Awesome, thank you!

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

No branches or pull requests

2 participants