Add Type Ahead to input box
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Allow users to provide a list of options to populate as a user types that drops down below the input.
Things like search on various pages could benefit from this.
Can make it generic so it works with any page.
BONUS POINTS
If we can figure out if search.gov provides an API to return the listed results for this list and add this into the Search component
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the input box and Search component in this React component library. Define the generic option-list behavior and verify that suggestions appear as the user types; treat the possible search.gov API integration as a separate scope decision because no API or test entry point is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100