I'm trying to create a few custom components but i'm stuck on creating either a combo box or a dropdown.
I've created the input properties so a user can select items, defaults etc.
However I have an issue where if using it for a table of items, the combo box or a dropdown will only display the "value" column, so if the table/collection being used doesn't have a "value" column, it wont display anything.
When creating the component, I can't find anyway to create a property for "value", which is what I need so the user can enter their chosen column to display in the dropdown.
Does anyone know a workaround for this?