Skip to content
Discussion options

You must be logged in to vote

@KisaPs

<Switch @bind-Value="Model.IsSale" />

<ValidateForm Model="@Model">
    <EditorForm TModel="Product" AutoGenerateAllItem="false">
        <FieldItems>
            <EditorItem @bind-Field="context.ProductName" /> 
            <EditorItem @bind-Field="context.Price" />
            <EditorItem @bind-Field="context.PriceSale" Ignore="@Model.IsSale" />
        </FieldItems>
    </EditorForm>
</ValidateForm>

Ignore parameter designed for this

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@KisaPs
Comment options

Answer selected by KisaPs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants