cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with UI5 Combobox data binding

former_member511960
Participant
0 Kudos

Hi Experts,

I am getting the below error while binding the Json data to the dropdown

and below is the code which we have in XML

<ComboBox id="combo" items="{ path: '/Form', sorter: { path: 'firstname' } }">
<core:Item key="{firstname}" text="{firstname}" />
</ComboBox>

Can somebody tell where i am doing the mistake ? and help me to resolve the issue.

KR,

Anil

Accepted Solutions (1)

Accepted Solutions (1)

former_member186852
Contributor

Hi Anil,

you have not included below library in your view. add the library and try again.

xmlns:core="sap.ui.core"
former_member511960
Participant
0 Kudos

Thanks Meghal 🙂

Answers (0)