codeforboston / jobhopper

Jobhopper helps planners and career coaches analyze patterns of career-changers to inform policy and planning decisions. Contact jobhopper@codeforboston.org if you have issues you would like to report.
MIT License
11 stars 26 forks source link

Create AsyncSelect component for smart search #359

Closed alexjball closed 3 years ago

alexjball commented 3 years ago

Create a component that will replace OccupationSelect for searching occupations. Use AsyncSelect to handle user input and triggering searches. Debounce user input so as not to search on every keystroke.

l-cheung commented 3 years ago

Draft: https://github.com/codeforboston/jobhopper/pull/364