Hi,
I am getting Data from an API, it is an array of objects. They look like the screenshot from pinia:

in the template I use a field:
fields: { dataSource: store.menue, id: 'id', text: 'name' }
and the dropdown:
<ejs-dropdownbutton :fields=fields>Clipboard</ejs-dropdownbutton>
the component has its fields and they are filled correctly:
But the list stays empty:

What am I doing wrong?