Currently the EuiComboBox uses the label of an item as key in React and to keep track whether it's marked or not. It should also allow specifying an explicit id in case there might be duplicate label within the options. Obviously it won't be good usability to have multiple times the same label, but in some cases we allow the user to specify the label and cannot (easily) prevent duplicate labels (while still having separate underlaying) values in the options.
Currently the
EuiComboBoxuses thelabelof an item askeyin React and to keep track whether it's marked or not. It should also allow specifying an explicitidin case there might be duplicatelabelwithin the options. Obviously it won't be good usability to have multiple times the same label, but in some cases we allow the user to specify the label and cannot (easily) prevent duplicate labels (while still having separate underlaying) values in the options.