Replace AutocompleteSearchInput with Lookup
The Codex component library contains a Lookup component that is analogous to the old copy-pasted AutocompleteSearchInput component (a Vue 2 component developed for MediaSearch originally). This component is a better match than the Codex TypeaheadSearch component because the latter displays a menu of *links*, where WikiLambda needs to display a menu of *values*.
Screenshot
Questions
Are there any disparities in design or functionality that need to be addressed?