Combo box UI not rendering properly

Hi Team,

In my application I am using elastic UI.
I have used EuiComboBox. When i click on combo box it shows options but there is a gap in between as shown below.

When I inspected I found that 'top' css is getting applied by default on the element as shown below.

Below metioned is the code.

<EuiComboBox
                placeholder="Select a single option"
                singleSelection={{ asPlainText: true }}
                options={props.options}
                selectedOptions={selectedOptions}
                onChange={onChange}
                isClearable={true}
            /> 

Can you please help me out in fixing this.

Regards
Praveer.

I moved it to #elastic-stack:kibana but I think that you should instead write this in Discussions · elastic/eui · GitHub

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