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";
}
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