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.
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):
run the application and you'll see the following page:
select an item from the combo (choose something other than the 5th item). The printed object will update:
click on the button to change the value:
Result
the value in the combo does not change, even though the object is changed as shown by the printed value:
to update the value of the combo from the button, the combo must not have a selected item.
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):
run the application and you'll see the following page:
select an item from the combo (choose something other than the 5th item). The printed object will update:
click on the button to change the value:
Result
the value in the combo does not change, even though the object is changed as shown by the printed value: 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