Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Blazored Typeahead import value selected from database

$
0
0

How do i set the selected value in the product list when editing?

<Blazored.Typeahead.BlazoredTypeahead SearchMethod="RicercaCategoria"                                       @bind-Value="categoriaSelezionato"                                       EnableDropDown="false"                                       Placeholder="Scegli o aggiungi la Categoria"><SelectedTemplate>@context.NomeCategoria</SelectedTemplate><ResultTemplate>@context.NomeCategoria</ResultTemplate></Blazored.Typeahead.BlazoredTypeahead>

From a list I get the categories to see.From a database instead I recover the record that interests me


Viewing all articles
Browse latest Browse all 4839

Trending Articles