Skip to content

EditTemplate/EditForm #4738

Closed Answered by ArgoZhang
KisaPs asked this question in Q&A
Nov 25, 2024 · 3 comments · 1 reply
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants