Selected item from Recent searches doesn't populate search input
Passing a historyItems
array to GlFilteredSearch
lists will render those items under a dropdown. Selecting an item from the list will trigger a search
. However, the search input field won't get populated with the selected item. If we decided that this should not be part of the component's implementation, then we should at expose an event that the outside world can listen to.