Description
`components/ui/select.tsx` has no test coverage for value selection, placeholder rendering, or the disabled state.
Task
Add a test file covering: selecting a value updates the displayed selection, the placeholder shows when no value is selected, and interaction is blocked when disabled.
Good for contributors because
Small, self-contained UI primitive with a clear set of states to verify.
Description
`components/ui/select.tsx` has no test coverage for value selection, placeholder rendering, or the disabled state.
Task
Add a test file covering: selecting a value updates the displayed selection, the placeholder shows when no value is selected, and interaction is blocked when disabled.
Good for contributors because
Small, self-contained UI primitive with a clear set of states to verify.