bulma-steps
bulma-steps copied to clipboard
Load a page on a certain step
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