Phase 9c · Tier A

RN-universal Select pilot

Scaffolded

Single-select dropdown. Trigger renders the selected option's label; content opens in an anchored RN Modal listing items. Same compound shape as shadcn Select. v1 is single-select only — multi-select belongs to the Combobox primitive (Tier B, Phase 9d).

Side-by-side: pick a programme

shadcn (Radix)
RN

Semantics

AspectshadcnRNNotes
Trigger rolerole="combobox"role="button" + aria-haspopup="listbox"Both expose expanded state
Content rolerole="listbox"role="listbox"Same
Item rolerole="option"role="option" + aria-selectedCheckmark on selected
Single-selectyesyesv1 supports single only
Multi-selectno (Combobox)no (Combobox)Tier B, Phase 9d
Type-aheadyesno (v1)0.2.x candidate
Group + LabelyesyesSame compound surface