Skip to content

component does not assign value after selection #5971

Answered by ArgoZhang
franciscojml asked this question in Q&A
Discussion options

You must be logged in to vote

@franciscojml

<div class="col-12 col-sm-6 pt-1">
    <SelectTable TItem="Foo" @bind-Value="@Context.FooTeste" OnQueryAsync="OnFilterQueryAsync" GetTextCallback="@GetTextCallback"
                 SkipValidate="false" ShowSearch="false" IsPagination="true" PageItemsSource="PageItemsSourceFoo" ShowLabel="true"
                 DisplayText="Items">
        <TableColumns Context="cxt">
            <TableColumn @bind-Field="@cxt.Name" Sortable="true" Filterable="true" Text="@Localizer["Sigla"]" />
        </TableColumns>
    </SelectTable>
</div>
<div class="row g-2 pt-1">
    <div class="col-12 col-sm-6 pt-1">
        <BootstrapInput readonly @bind-Value="@Value" ShowLabel="true" DisplayText=…

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@ArgoZhang
Comment options

@franciscojml
Comment options

@franciscojml
Comment options

@ArgoZhang
Comment options

Answer selected by ArgoZhang
@ArgoZhang
Comment options

@franciscojml
Comment options

@ArgoZhang
Comment options

Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question that needs to be answered
2 participants
Converted from issue

This discussion was converted from issue #5970 on May 06, 2025 04:33.