doubledropdown-oml
Reactive icon

Double Dropdown

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded
 on 03 March 2022
 by 
5.0
 (3 ratings)
doubledropdown-oml

Double Dropdown

Documentation
1.0.3

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.