Description of problem:
When I select a typeahead option from the search dropdown, sometimes it doesn't use the value from my selection. The completed search pill only contains the characters that I typed.
Version-Release number of selected component (if applicable):
How reproducible: Difficult to reproduce.
Steps to Reproduce:
- On the search bar type `kind: Config`
- Select "ConfigMap" from the dropdown. I've seen this equally with keyboard or mouse selection.
- Note: must click over the highlighted part of the suggestion, in this scenario "Config".
Actual results:
Sometimes the search bar pill gets populated with `kind:Config` instead of `kind:ConfigMap`.
Expected results:
Pill gets populated with "kind:ConfigMap"