You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the
EuiComboBox
uses thelabel
of an item askey
in React and to keep track whether it's marked or not. It should also allow specifying an explicitid
in case there might be duplicatelabel
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.The text was updated successfully, but these errors were encountered: