Hidden dropdown WebEditAutocomplete

I have put a TWebEditAutoComplete component on a Panel. The dropdown list is partly hidden and does not appear on top of the map below the panel.

image

Hi,

You can disable the Panel's clipping with the overflow style property set to an empty string.

Example:
WebPanel1.ElementHandle.style.setProperty('overflow', '');

Thanks! This does the trick!

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