Phase 9c · Tier A
RN-universal SelectField pilot
ScaffoldedComposition over RnSelect with label, required marker, helper / error text. Same shape as RnInputField — drop into the same form layouts.
Side-by-side: form field with label and helper
shadcn (native <select>)
You can change this later in your profile.
RN
Programme *
You can change this later in your profile.
Error state
Programme *
Please select a programme to continue.
Semantics
| Aspect | shadcn | RN | Notes |
|---|---|---|---|
| Composition | Label + Select + helper text | Label + RnSelect + helper text | Same shape as RnInputField |
| ARIA wiring | aria-describedby on trigger | aria-describedby on trigger | Auto-generated from label |
| Required marker | * on label | * on label | Same |
| error supersedes | helperText | helperText | aria-invalid on error |
| Custom item slots | open the underlying Select | open the underlying RnSelect | For groups, custom rendering, etc. |