Autocomplete and Modal Dialog - Select Box hidden
Hi,
I am trying to pop an autocomplete in a modal dialog (rather than
thickbox which was on the demo page here): http://jquery.bassistance.de/autocomplete/demo/
The modal dialog presents perfectly, I can type into it - it AJAX's in
the results - but the dropdown select displays behind the autocomplete
text box. I am assuming this is because the dialog has taken over the
screen..
<div id="dialog">
<label>E-Mail (local):</label>
<input type="text" id="dialogEmail" />
<input type="button" value="Get Value" />
<div id="ccList"></div>
</div>
(cutting most of the js out but...)
$("#dialog").dialog()
and
$("#dialogEmail").autocomplete("./pathTo.php");
Any ideas? Can it be done (course it can ;) Or should I just use the
thickbox as in the demo above? I am running this in FF.. any help
would be great!
Thanks,
Patrick