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
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.
Create a component that will replace
OccupationSelect
for searching occupations. UseAsyncSelect
to handle user input and triggering searches. Debounce user input so as not to search on every keystroke.