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

A usefull new feature #104

Open
amauryhb opened this issue Sep 5, 2020 · 1 comment
Open

A usefull new feature #104

amauryhb opened this issue Sep 5, 2020 · 1 comment
Labels

Comments

@amauryhb
Copy link

amauryhb commented Sep 5, 2020

Hi. It would be nice if you include a way to reset pages starting from an index. For example, I have four pages and I want to reset the last two pages. In my situation, if I make changes in a page, the following pages become useless.
I think this can be achieved by adding the following to the source code:
{
key: "resetFromIndex",
value: function resetFromIndex(index) {
this.steps.slice(index).removeClass('done active');
}
},

Sorry for my English, I speak Spanish
Good luck and thank you

@amauryhb amauryhb closed this as completed Sep 5, 2020
@amauryhb amauryhb reopened this Sep 5, 2020
@quevon24
Copy link

{
key: "resetFromIndex",
value: function resetFromIndex(index) {
this.steps.slice(index).removeClass('done active');
}
},

Great function, I was looking for something like this. This function should be implemented on the plugin.

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

No branches or pull requests

3 participants