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

Unable to make the step view as done #62

Open
NaveenKadiyala opened this issue Jul 21, 2020 · 2 comments
Open

Unable to make the step view as done #62

NaveenKadiyala opened this issue Jul 21, 2020 · 2 comments

Comments

@NaveenKadiyala
Copy link

Hi, the library looks cool !! and its apt for my requirement.
But i was unable to make all the steps as done.
I was using the below lines of code for that as per readme.file
stepView.done(true);

Please help me out...

@ratiebareeng
Copy link

Hi, the library looks cool !! and its apt for my requirement.
But i was unable to make all the steps as done.
I was using the below lines of code for that as per readme.file
stepView.done(true);

Please help me out...

Did you find a solution for this? I tried
stepView.done(true); and
stepView.go(lastStep, true)
and both don't work

@ahmedhappa
Copy link

ahmedhappa commented Jul 12, 2021

i used both of them and it worked for me
stepView.go(lastStep, true) then
stepView.done(true);

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

3 participants