Droplists in Components


#1

I’ve created components for some of the common elements in my prototype, e.g. one for a drop list field that includes the label, and an error state including additional text and styling to the whole group (not just the field). I can customise the field label, and error text on each instance of the component, but I can’t change the options within the droplist. The droplist is the key element of the component as the selection choice there is what determines if the error state should show, but if I can’t customise the droplist contents on each instance then it’s useless for this use case :frowning:
Any suggestions to how to get around this? Or can the droplist items be added into the overrides section?
thanks