Hi,
I'm using Lift's autocomplete widget a lot in some parts of my website,
I would like to know if there is any way I can get rid of the <span> thats appearing around my input text :
<span class="product" size="16" type="text">
<link type="text/css" rel="stylesheet" href="/classpath/autocomplete/jquery.autocomplete.css">
<input type="text" value="" id="F4641319815512IPJBJ" autocomplete="off" class="ac_input">
<input name="F4641319815525IP1WI" type="hidden" value="" id="F4641319815525IP1WI">
</span>
I'm adding the AutoComplete to ".product" using a CssSel (I don't have this issue when I call the autocomplete directly into the template but I have to pass parameters this time),
Thanks for your help,
Roch