RootCauseunvalidated
The custom select component does not register its field with React Hook Form (no use of Controller/register and no wiring of the select's value changes to the provided `name`/`control`). Instead, local state is used, so RHF never receives the selected values for that field name.
b151a766-c12c-4aa1-aa63-498673821767
The custom select component does not register its field with React Hook Form (no use of Controller/register and no wiring of the select's value changes to the provided name/control). Instead, local state is used, so RHF never receives the selected values for that field name.