I am using a selectbox to select a name from a list.
I am trying to put a source value in the selectbox using the value but nothing is appearing to me. Does anyone know how I can submit a root name without having to make a selection?
html
<div *ngFor="let datas of array">
<dx-select-box [value]="datas.name"> </dx-select-box>
</div>