Make linear option work correctly even if there is no stepControl
linear option should prevent a user from skipping the steps.
If we don't use stepControl for each step, the linear option doesn't change the behaviour of the stepper.
I modified an example app for a linear stepper to demonstrate the bug here.
stepControl is not a required option and some users don't use it, but still want to profit from linear option.
angular material 2.0.0.beta2
Is this resolved yet? Or is there a workaround?
Edit: Nevermind there is a completed bool in place
when you don't want to use stepControl you should use completed, that gets a boolean
Most helpful comment
Is this resolved yet? Or is there a workaround?
Edit: Nevermind there is a completed bool in place