Open chassq opened 9 years ago
On second look it has something to do with order of operations. If I run steps first and then bind second it seems to work.
Seconded - if i wrap steps with a div that is bound in knockout, I lose the ability to progress in the steps. They render fine, but something's blocking progression. If I bind inside of a step, it works fine - but that seems like unnecessary binding duplication. At least I have a workaround...
I am having the same issue too...
toadicusrex, could you be more specific about your workaround? I'd like to try that too. Thanks!
It only kind of worked... I ended up scrapping it and writing my own wizard. My requirements were pretty out of the ordinary for the wizard and while this one was close I had too many issues with the twisting I had to do with it to make it work.
When I enable steps on my content the format looks good but I lose my knockout bindings. Any thoughts? When I disable steps I get my bindings back. No other libs are on the page except dependencies for knockout and steps. Using jquery 2.1.1
Thanks!