Page 1 of 1

Auto Complete Drop Downs

Posted: Wed Sep 11, 2013 11:39 am
by bsinclair
I am using a auto-complete drop down within a layout. The dropdown stops it's display at the bottom of the layout no matter what my z index is set to. Is there a way to get this drop down to display over the lower boundry of the layout? The field invovled is 'myprop', there is one other auto complete dropdown and it is also acting in the same manner.

Re: Auto Complete Drop Downs

Posted: Wed Sep 11, 2013 2:09 pm
by bsinclair
We found a resolution and it work... added the two folowing lines to the On Load for the screen

getObj('TextBox1').parentElement.style.overflow='inherit';
getObj('Date_layout').children[0].style.overflow= 'inherit';