Problem
The LookupInput component was implemented as a subcomponent of Lookup. The latter is one of the components we have to port in order to unblock the deprecation of WiKit.
Solution
In order to unblock the migration to Codex and the deprecation of WiKit, we'll port the WiKit OptionsMenu component to the Query Builder repository. We'll apply all necessary changes to make the element compatible with the new version of the tool and Codex styles.
Considerations
- Styles: This subcomponent only includes 1 style that doesn't consume a token, so no replacement is needed. LookupInput is itself a combination of Input and OptionsMenu, so it'll inherit it's appearance from those elements.
Acceptance criteria
- LookupInput is ported to Query builder for its reusage by other components
- Any necessary adjustments are applied to make the component compatible with Vue3
- Any WiKit building blocks, dependencies or styles are replaced or ported too if needed