Install:Add DropdownDisabledElement from Forge or your internal library to your module via Manage Dependencies.
Add to Screen:Drag the DropdownDisabledElement block onto your screen.
Prepare Data:Create a list with two attributes:
Content → text to display
IsSelectable → boolean/condition for enabling or disabling
Bind Inputs:Set the component’s input list to your data source.Non-selectable items will be greyed out automatically.
Search Ready:Built-in search lets users quickly filter dropdown options.