IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Blazor Combo: cannot update value if it's already set #99

Closed GrblackStar closed 4 months ago

GrblackStar commented 8 months ago

Description

Setting new value array (other than empty) doesn't sync with client combo if it already has a value.

Steps to reproduce

Here's a sample (below in the attachments is the whole app): image

  1. run the application and you'll see the following page: image

  2. select an item from the combo (choose something other than the 5th item). The printed object will update: image

  3. click on the button to change the value: image

Result

the value in the combo does not change, even though the object is changed as shown by the printed value: image to update the value of the combo from the button, the combo must not have a selected item.

Expected result

The value of the combo to be changed.

Attachments

DPC_Blazor.zip

MayaKirova commented 5 months ago

This is resolved in PR here.