Hi
There is a way for the selected value to be an object and not the value of the field , I have this configuration
<ejs-dropdownlist
name="radicationBook"
#radicationBookModel='ngModel'
required
[(ngModel)]='document.radicationBook'
[dataSource]='radicationBookDts'
[fields]="{value: 'id', text: 'denomination'}"
placeholder="{{ 'LABEL.RADICATION' | translate}}">
</ejs-dropdownlist>
And when I select an element, the model takes the value of the id, and I need to configure so that the value of the model when it is select be from object.