Completed
Last Updated: 25 Mar 2020 13:28 by ADMIN
Release 2.10.0
Geoff Davis
Created on: 22 Mar 2020 00:33
Category: ComboBox
Type: Bug Report
8
Combobox does not show selected value in 2.9.0 (correct item and Value are selected, though)

ComboBox value binding broken in 2.9.0, works fine in 2.8.0

Please see your own documentation example:

<TelerikComboBox Data="@MyList" @bind-Value="MyItem">
</TelerikComboBox>

@code {
    protected List<string> MyList = new List<string>() { "first", "second", "third" };
    protected string MyItem { get; set; } = "second";
}


1 comment
ADMIN
Marin Bratanov
Posted on: 22 Mar 2020 08:21

Hello Geoff,

Thank you for the report and details. I updated the title to explain the situation in more detail. The rendering is what does not work, the value of the Value field is correct (on my end, at least, let me know if I am missing something).

You can Follow the status of this issue by clicking the Follow button on this page.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor