Skip to content

fix: Initial Value not respected in [Wizard] #3759

Closed
@davhdavh

Description

@davhdavh

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:blockedAny issue blocked by another

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions