Skip to content

Select compound pattern #96

@mwarman

Description

@mwarman

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions