dropdown-disabled-element
Web icon

Dropdown Disabled Element

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 October 2025
 by 
0.0
 (0 ratings)
dropdown-disabled-element

Dropdown Disabled Element

Documentation
1.0.0

⚙️ Installation & Usage (Quick Guide)

  1. Install:
    Add DropdownDisabledElement from Forge or your internal library to your module via Manage Dependencies.

  2. Add to Screen:
    Drag the DropdownDisabledElement block onto your screen.

  3. Prepare Data:
    Create a list with two attributes:

    • Content → text to display

    • IsSelectable → boolean/condition for enabling or disabling

  4. Bind Inputs:
    Set the component’s input list to your data source.
    Non-selectable items will be greyed out automatically.

  5. Search Ready:
    Built-in search lets users quickly filter dropdown options.