You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: