GlSearchBoxByType > Add support for a borderless variant
We seem to be moving towards more and more borderless search inputs:
- Improve GlListbox search input (!3018 - merged)
- gitlab!106696 (comment 1208041983)
- gitlab-org/gitlab-services/design.gitlab.com#1470 (closed)
The first implementation of such input, within GlDisclosureListbox
, was done with a custom search input. If this is becoming a recurrent pattern, we might want to add support for this variant within the existing GlSearchBoxByType
component, or create a dedicated component for it.