Company question banks are included with the Insider plan.
Build an autocomplete (typeahead) component. As the user types into an input, the component queries a suggestions API and renders the matching results in a dropdown below the input.
This comes up in...