Hello to all,
I am using component and i have get the object name inside the object and i have assign the object inside the itemTextField=“categoryDto” this but not working tell m anyone how to get object value?
<select-searchable
title="Port"
[(ngModel)]="port"
[items]="adminCategoriesList"
itemValueField="id"
itemTextField="categoryDto"
[canSearch]="true">
</select-searchable>