When putting EuiComboBox into a form with other input elements, the combo box somehow triggers when you hit Enter in another input box (and thus trigger the submit event on the form) will somehow capture that event and delete it's first pill inside.
Steps to reproduce:
- Visit this codesandbox
- Select elements in the combo box on the bottom
- Type something into the text field on top
- Hit Enter while still focused on the text box
What happens? The first pill will just vanish and the combo box will focus.
What should happen? The onSubmit handler of the form should be triggered, the combo box should not react at all.

When putting
EuiComboBoxinto aformwith other input elements, the combo box somehow triggers when you hit Enter in another input box (and thus trigger thesubmitevent on the form) will somehow capture that event and delete it's first pill inside.Steps to reproduce:
What happens? The first pill will just vanish and the combo box will focus.
What should happen? The
onSubmithandler of theformshould be triggered, the combo box should not react at all.