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