Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: Combo box #170

Closed
suzubara opened this issue May 18, 2020 · 0 comments · Fixed by #399 or #694
Closed

New component: Combo box #170

suzubara opened this issue May 18, 2020 · 0 comments · Fixed by #399 or #694
Assignees
Labels
high priority Active blocker for a current project or just urgent type: feature New feature or request
Milestone

Comments

@suzubara
Copy link
Contributor

suzubara commented May 18, 2020

Combo Box

A combo box helps users select an item from a large list of options.

Proposed Requirements

Props = {
  id: string,
  name: string
  children: React.ReactNode
  options: [],
  onSelect: (option) => void,
  defaultValue? : string
  required?: boolean
} & JSX.IntrinsicElements['select']
  • base element is <select>
  • ability clear selections or already typed text
  • See uswds combo box js

Other Considerations

@suzubara suzubara added type: feature New feature or request new component labels May 18, 2020
@suzubara suzubara added the status: needs requirements This issue is NOT ready for development - it needs further scope clarification or questions answered label May 19, 2020
@suzubara suzubara added this to the USWDS 2.7.0 Parity milestone May 20, 2020
@haworku haworku changed the title New component: Forms / Combo box New component: Combo box Jul 22, 2020
@haworku haworku removed the status: needs requirements This issue is NOT ready for development - it needs further scope clarification or questions answered label Jul 22, 2020
@jim jim self-assigned this Aug 3, 2020
@haworku haworku added the high priority Active blocker for a current project or just urgent label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority Active blocker for a current project or just urgent type: feature New feature or request
Projects
None yet
3 participants