This component has 7 inputs:
DoubleComboList - List of records to show in the dropdown. Each record should have a value that should be unique (an ID) and two attributes.
FirstAttributeName - The name of the first attribute.
SecondAttributeName - The name of the second attribute.
Prompt - Label to show when there isn't a selected record. Leave empty if not required.
DefaultValue - Value that will appear by default. Should match the "value" of one record.
isMandatory - Set as True to prevent the user to leave it empty.
isDisabled - Set as True to prevent the user to interact with it.