You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I select event of onSelectItem , the item_path field is not coming. I dont know how to add this field in dropdown setting. Please help me to add custom fields .Thank you
The text was updated successfully, but these errors were encountered:
@Arjun-Shinojiya additional field can not be added. However, if the api is returning data, you can bind idField to 'uuid' and textField to 'name, and onSelectItem, you will get all 3 fields.
sample api data:-
Hello guys, I have list of images which are coming from Api. I want to show that images name in the dropdown . I am using this setting for now.
Now issue is , I need one more custome field which is for Imagepath. To add path of image. Currently I am mapping field like below.
but when I select event of onSelectItem , the item_path field is not coming. I dont know how to add this field in dropdown setting. Please help me to add custom fields .Thank you
The text was updated successfully, but these errors were encountered: