Wikiki / bulma-steps

Bulma's extension to manage steps
MIT License
96 stars 44 forks source link

Load a page on a certain step #29

Open phelieng opened 5 years ago

phelieng commented 5 years ago

Hi,

Is there a way to load a step using a variable from PHP ?

Whenever I try to load a page with, for example : {{($tab==2)?'is-active':''}}

It seems like the bulmaStep.attach(); is overwriting the active step to the first step.

Thank you