# EuiCombobox is not working properly

**URL:** https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544
**Category:** Kibana
**Created:** [January 5, 2023, 12:22pm UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544 "2023-01-05T12:22:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Frlopezc](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/frlopezc/32/115604_2.png) [@Frlopezc](https://discuss.elastic.co/u/Frlopezc)
#### Post date: [January 5, 2023, 12:22pm UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544/1 "2023-01-05T12:22:13Z")

</div>

Hi everyone.  
Im using elastic and i'm trying to use the component Combobox but they options appear further from the element that it should be. (Shown in the following image)

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/8/1/812f13bcbdb8593a45f798c5f0ca5976173eb231.png)

the combobox used is:

```auto
<EuiComboBox
      aria-label="Accessible screen reader label"
      placeholder="Select the parameters you want as headers of the cards"
      options={options}
      selectedOptions={selectedOptions}
      onChange={onChange}
      isClearable={true}
      fullWidth={true}
      autoFocus
    />

```

---

<div class="post-metadata">

### Author: ![mattkime](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mattkime/32/43522_2.png) [@mattkime](https://discuss.elastic.co/u/mattkime)
#### Post date: [January 9, 2023, 6:41pm UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544/2 "2023-01-09T18:41:30Z")

</div>

Hello @Frlopezc - It looks like there's a problem with the CSS for the Combobox list. Can you inspect it in the browser?

---

<div class="post-metadata">

### Author: ![Frlopezc](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/frlopezc/32/115604_2.png) [@Frlopezc](https://discuss.elastic.co/u/Frlopezc)
#### Post date: [January 10, 2023, 9:53am UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544/3 "2023-01-10T09:53:13Z")

</div>

Hello, once i click on the options the div **data-euiportal** gets created and those are the options that are created by default  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/b/7/b7baf337cf57772f7b9810f4cc4efd69a19b7e20.png)

---

<div class="post-metadata">

### Author: ![Trevor\_Pierce](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/trevor_pierce/32/115765_2.png) [@Trevor\_Pierce](https://discuss.elastic.co/u/Trevor_Pierce)
#### Post date: [January 10, 2023, 6:03pm UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544/4 "2023-01-10T18:03:33Z")

</div>

Hello @Frlopezc

Are you seeing this EUI issue within Kibana or are you using the EUI library on a different project?

If you're using this on a non-Kibana project, would you mind [filing an issue](https://github.com/elastic/eui/issues/new) in the EUI GitHub repository? It would also be helpful if you could provide a minimal Code Sandbox of the issue so the EUI team can narrow a source more quickly.

Much appreciated!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 7, 2023, 6:04pm UTC](https://discuss.elastic.co/t/euicombobox-is-not-working-properly/322544/5 "2023-02-07T18:04:02Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
