Closed
Description
🐛 Bug Report
The Value
on FluentWizard
evaluates its guard check BEFORE steps are actually added. It therefore always fails the _steps.Count <= 0
check and you always start on step 0.
💻 Repro or Code Sample
<FluentWizard StepSequence="Any" @bind-Value="Step" ..
🤔 Expected Behavior
Wizard respects the initial step
😯 Current Behavior
Initial step value is ignored
🌍 Your Environment
4.11.8