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
I've got a wizard, which ought to determine the steps (and the number of steps) dynamically, depending on a combo box, which the user fills in the first step.
What I have tried:
Add the first step to the wizard.
In the first steps onAdvance method (where I know the value of the combo box), I add more steps, as required.
However, that isn't really satisfying, because the "Finish" button, rather than the "Next" button is enabled when the first step is active. Do you have any suggestions on how to achieve my target?
Thanks,
Jochen
The text was updated successfully, but these errors were encountered:
Hi,
I've got a wizard, which ought to determine the steps (and the number of steps) dynamically, depending on a combo box, which the user fills in the first step.
What I have tried:
However, that isn't really satisfying, because the "Finish" button, rather than the "Next" button is enabled when the first step is active. Do you have any suggestions on how to achieve my target?
Thanks,
Jochen
The text was updated successfully, but these errors were encountered: