forms · primitive

Select

Single-select dropdown with optional search (combobox). Built on USelectMenu. Items can carry a description that renders below the label — useful for the TAMUS data classification tiers and any tier-coded value list.

basic

With descriptions

PII / confidential

searchable

Combobox

Type to filter.
Add a new entry inline.

multi-select

Tag-shaped multi

Select multiple.

when not to reach for this

Three near-neighbors

  • ≤ 4 short choices, all visible at once → use a radio group (/forms/choice).
  • Free-text + suggestions, not a closed set → use UInputMenu autocomplete.
  • Multi-select with topic-tag affordances → see the chip-input pattern in all-in-one.