Posted 10 June 2020, 11:59 pm EST
Hi Team,
Just met an issue with wj-combobox
<wj-combo-box
[itemsSource]="Values"
[displayMemberPath]="'name'"
[selectedValuePath]="'value'"
[(ngModel)]="input.value"
>
</wj-combo-box>
The effect was that after loaded, the default item got selected, but the value did not put into the input.value. You have to manually select from dropdown and select, then the input.value get assigned.
Does anyone know the reason about this?
Thanks.