I've created a library component which has a dropdown but I can't figure out why it wont work in an app but works when testing in the component.
In the below example, we have a table myCollection.
{Value: "red", ID: 1}, {Value: "green", ID: 2}, {Value: "blue", ID: 3}
when testing, its possible to get a label to show componentDropdown.Selected.ID
However, when adding it to an app, only .Value will appear as a column you can select, no matter what the table.
Here is an example, Selected.ID should be present but it's not when the component is added to an app, but does appear when testing the component.
Has anyone managed to use a dropdown or combobox in a library component where you can manipulate the searchfield or displayfield? Or even get them to pass more than a single "Value" column?