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
Having React background, I expect the stepper step to be able to be changed in the template and not only through imperative API.
e.g.
html`<igc-stepperstep="${currentStep}"><igc-step><divslot="indicator"></div><pslot="title">Home</p><pslot="subtitle">Home Sub Title</p><div><button@click="${setNextStep}">Next</button></div</igc-step></igc-stepper>`setNextStep(){if(this.currentStep<4){this.currentStep++;}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Having React background, I expect the stepper step to be able to be changed in the template and not only through imperative API.
e.g.
@damyanpetev
Beta Was this translation helpful? Give feedback.
All reactions