Meinrad Recheis
Meinrad Recheis
I am in the middle of reviewing, not completed yet. Looking good so far. I made some minor changes to the Stepper Binding Example so that it works better and...
About `NonLinear` steppers: Right now it is not possible to complete a `NonLinear` stepper if you did not visit all non-skippable steps. You will always be stuck with a Next...
Oh by the way, it would be awesome to make the Next-Button on the final step read `Complete` instead of `Next`
As a user of the stepper, how would you lock the `Next` button until the user completed the step (i.e. by fully filling yout a form)?
I found the dynamic example crashes if you remove all the steps and then try to add one ``` blazor.server.js:1 [2023-11-24T10:41:21.060Z] Error: System.ArgumentOutOfRangeException: Index was out of range. Must be...
I pushed another fix. The step's `HasError` state did not update the parent when changed. I added another switch to the binding example showing off the error state. 
Merged dev to see if that will fix the failing build
 I am not sure about the naming of `AlternateLabel`. Maybe `CenterLabels`?
Aha, the tests fail because of missing parameter categories ``` Failed AllComponentPropertiesHaveCategories [28 ms] Error Message: Some component properties don't have categories. ```
The functionality of the dynamic example is clear but I do not understand what the explanation is about here: 