Meinrad Recheis

Results 606 comments of Meinrad Recheis
trafficstars

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. ![image](https://github.com/MudBlazor/MudBlazor/assets/44090/003044c9-b80a-4547-80c5-f20b708b3295)

Merged dev to see if that will fix the failing build

![image](https://github.com/MudBlazor/MudBlazor/assets/44090/d736c6b1-2ddc-49e1-8dd2-e9e2c90d451d) 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: ![image](https://github.com/MudBlazor/MudBlazor/assets/44090/24cf4dc9-5645-4b7a-bfe0-7e65f8c0f6af)