Describe the story
Provide a clear description of the new feature or improvement to existing functionality.
Update the Select component to use the compound pattern. The select component should be a custom React Hook Form control. Base the design on the shadcn/ui Select; however, do not use any radix-ui components.
Acceptance criteria
Provide clear acceptance criteria to validate the story is complete.
GIVEN the Select component uses the compound pattern
WHEN a sub-component is used
THEN all sub-components should be properties of Select
GIVEN the Select component is integrated into a form
WHEN a value is selected
THEN the value is stored in the form
Additional context
Add any other context about the story here.
Describe the story
Provide a clear description of the new feature or improvement to existing functionality.
Update the
Selectcomponent to use the compound pattern. The select component should be a custom React Hook Form control. Base the design on the shadcn/ui Select; however, do not use any radix-ui components.Acceptance criteria
Provide clear acceptance criteria to validate the story is complete.
GIVEN the
Selectcomponent uses the compound patternWHEN a sub-component is used
THEN all sub-components should be properties of
SelectGIVEN the
Selectcomponent is integrated into a formWHEN a value is selected
THEN the value is stored in the form
Additional context
Add any other context about the story here.