Bug - Select migration display value fixes#2519
Conversation
SpicyPete
commented
Jun 19, 2026
- Fixes the display value of Selects
- Fixes from previous migration work
|
@claude review |
|
Claude finished @SpicyPete's task in 4m 16s —— View job Claude PR Review — Select migration display value fixes
SummaryThe change is sound and addresses a real bug. Base UI's I verified the
No correctness bugs found in the changed code. Main finding — a missed sibling select (not in this PR's diff)
<Select
disabled={hasNoProviders || hasNoModels}
items={filteredModels.map((m) => ({ value: m.value, label: m.name }))}
onValueChange={field.onChange}
value={field.value ?? ''}
>Other controlled selects I checked (no action needed)For completeness I swept every remaining
Minor / nits (non-blocking)
|