-
Notifications
You must be signed in to change notification settings - Fork 94
mudstepper ux updates #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
….Extensions into dev # Conflicts: # CodeBeam.MudBlazor.Extensions/Components/Stepper/MudStepper.razor.cs
|
Maybe it´s just me, I read there was a SetActiveIndex property, and even tho I have 0 idea what the 2 booleans in it mean, I can´t get the MudStepper to go to the step I want it to using code. Plus a Disable feature for the Step would be great, I'm currently using the linear function to try to achieve the same goal, but the disable would be 1000x better so that I could allow users to cycle through the allowed steps before they unlock the next ones, if that makes sense. |
MudStepper has SetActiveStepByIndex, it's relatively new method to set an active step programmatically |
|
It is not looking properly for me, could you check it again? And it also breaking change for the current design. Example the header doesn't support outlined or text variant. And doesn't the template increase the complexity? Why don't we change the design directly? |
# Conflicts: # CodeBeam.MudBlazor.Extensions/Components/Stepper/MudStep.razor.cs # CodeBeam.MudBlazor.Extensions/Components/Stepper/MudStepper.razor
|
refactored and added vertical support, check again? |
|
as noted in discord, i updated the pr to address the localization issue |
|
@segfault- and do we have breaking change with this PR, we should notice the users. |
|
Thanks 🥇 |
|
Was it just my Stepper that completely changed the visuals? I think either make it possible for fullscreen stepper (no padding on the sides) or have an option to have the previous version available. |
Do you have a snippet? |
|
Both Images containing the current and previous version. I didn´t make any change to my code. But I leave here the MudStepper Snippet
|


figured i would attempt to contribute. let me know if there are any issues