elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.11k forks source link

[Ingest Manager] Update EuiComboBox to render single select options as plain text #75005

Open hbharding opened 4 years ago

hbharding commented 4 years ago

There are places in Ingest Manager where we use EuiComboBox but only allow a single option to be selected. In these cases, we've been using the "badge" style like this:

image

EUI allows you to render the option as plain text, like this: image

We should update all of the places where we have this "single select" behavior to use plain text. For example, the "namespace" field shown under advanced settings when creating an Agent config / policy has this. I think this also appears in the Add / edit integration workflow. We should be able to find all the places we do this by searching the Ingest Manager codebase for the singleSelection prop.

See the "Single selection" section in the EUI docs for more information.

elasticmachine commented 4 years ago

Pinging @elastic/ingest-management (Team:Ingest Management)