If you use a EuiComboBox with sortMatchesBy="startsWith" and then use the keyboard to navigate and select an item, the item selected after pressing Enter will be the wrong one (it seems like it's the one that would be in that position without that property).

If you use a
EuiComboBoxwithsortMatchesBy="startsWith"and then use the keyboard to navigate and select an item, the item selected after pressing Enter will be the wrong one (it seems like it's the one that would be in that position without that property).