Background/Goal
The Codex TypeaheadSearch component has been designed and built on top of the SearchInput component. Like its "parent", TahS should present two static anatomic variants:
- A variant that features only a single input type search
- A variant that also includes a 'Search' button besides the input
Nevertheless, in order to meet the behavior of the Vector 2022 version of TypeaheadSearch, the Codex component doesn't feature a static search button: instead it only displays it on hover.
We consider that this logic is not core to the Codex component, and therefore would like to remove it.
Considerations
The behavior will need to be introduced in context, as part of the new Vector 2022 skin implementation of the TahS component, and distributed from there.
Acceptance criteria
- The logic that makes the TypeaheadSearch's button to be displayed on hover is removed: the button is either consistently present (in the 'with button' variant of TahS) or absent (in case of the input-only/default variant).