I’ve created a dropdown component that uses text properties for the list member labels, so that when I create an instance I can update the property to whatever text I want displayed for that instance. The drop down component is the parent of a list component, which is in turn the parent of multiple list option components.
The problem I am having is that when I create an instance of the component from the Assets view on one of my designs, and I update the text properties to the values I want displayed in the dropdown, those values do not show in the preview. When the dropdown is expanded it shows the default labels stored in the text properties of the parent component and not the instance I created.
Any guidance is appreciated.