multiselectgroupeddropdown
Reactive icon

MultiSelectGroupedDropdown

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 12 May (20 hours ago)
 by 
Eone Technologies
0.0
 (0 ratings)
multiselectgroupeddropdown

MultiSelectGroupedDropdown

Documentation
1.0.0
  1. Add the Component to Your Screen by dragging the MultiSelectGroupedDropdown block to your screen.
  2. Prepare the Input List by Creating a List of structure DisplayItem with the following fields:
Field NameTypeDescription
IdTextUnique ID for the item
LabelTextDisplay text
GroupTextGroup name the item belongs to
IsSelectedBooleanWhether the item is selected
ShowGroupHeaderBooleanWhether to show a group header row
IsGroupHeaderSelectedBooleanWhether the group header is selected


    3.Populate this list before passing it to the dropdown block.

    4.Set the Input Parameter by passing the list to the block’s Items input parameter.

    5.To handle the output

  • Use the OnSelectionChanged event to respond when a selection is made or changed.

  • Use the SelectedItems output parameter to get the list of selected item IDs (Text List).