During real-world testing of this component, we found a couple of keyboard issues that should probably be addressed on the component side
- We should keep focus on input component after selecting something from the suggestions list.
test case:
- start typing to open a list of suggestions
- press Tab to select first item from the list
- press Enter to apply suggestion.
- continue typing

Expected behavior: Focus should be on Input control. User should be able to continue typing
- In case of no suggestions we need don't need to set focus on empty list
- fill control with text without suggestions
- press Tab button

Expected behavior: Focus should be on next form control. It's probably true, but if I select somewhere in form focus returned back to EuiSuggest.
During real-world testing of this component, we found a couple of keyboard issues that should probably be addressed on the component side
test case:
Expected behavior: Focus should be on Input control. User should be able to continue typing
Expected behavior: Focus should be on next form control. It's probably true, but if I select somewhere in form focus returned back to EuiSuggest.