MudStepper: Fix some bugs and improve documentation#9989
MudStepper: Fix some bugs and improve documentation#9989henon merged 11 commits intoMudBlazor:devfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #9989 +/- ##
==========================================
+ Coverage 89.82% 90.91% +1.08%
==========================================
Files 412 407 -5
Lines 11878 12610 +732
Branches 2364 2458 +94
==========================================
+ Hits 10670 11464 +794
+ Misses 681 587 -94
- Partials 527 559 +32 ☔ View full report in Codecov by Sentry. |
|
That is expected. The first step is not skippable in the docs. I changed that the SkipButton is only shown if the step is skippable. I think that is better UI. For most steppers the button will never be shown because they have no skippable steps and I think that is good.
The reset button is actually only for the docs so that users can revert to the initial state. In real life you'd not need it.
This is expected.
Yeah, good point. But we currently can't do that with the existing design. We'll need to add more API to the event to distinguish between the stepper just checking if the action would be allowed and an actual attempt by the user. |
(cherry picked from commit 06bd49a)

Description
Follow-up to PRs #9911, #9925 and #9931
This PR fixes the following issues in MudStepper
To see all issues catalogged for MudStepper see #9928
Docs changes:
Less boring/repetitive second example
Customization example has better action buttons now
New controlled navigation example
How Has This Been Tested?
unit && visually
Type of Changes
Checklist
dev).