Hi,

I have an autocomplete box in my view as an exposed filter in a block.

The problem is, when I begin inputting, the dropdown renders behind the content beneath it so you cannot see it.

This does not happen with the default "tags" autocomplete, but happens in exposed filters.

Can anyone lend any advise?

Shaun

Comments

dRaz’s picture

EDIT: I have just tried rendering te block as part of the views header and the dropdowns work fine.

So it seems that they will just not work in my sidebar region???

Very confused here.

roman_l’s picture

Works fine,

for sure it is more a CSS problem, have you tried some adjustments?

#views-exposed-widget, #views-widget {
overflow: visible;
}