I am using the Pengoworks autocomplete to workaround I problem I am having with web2py's autocomplete widget.
In previous versions of web2py I had the Pengoworks autocomplete work correctly, at the moment I struggle with the drop box the autocomplete produces. This is the list of cities it should display: <ul> <li>Dalfsen</li> <li>De Bilt</li> <li>De Lier</li> <li>De Meern</li> <li>De Westereen</li> <li>De Wijk</li> <li>De Zilk</li> <li>Delft</li> <li>Delfzijl</li> <li>Den Bosch</li> <li>Den Burg</li> <li>Den Haag</li> <li>De Bilt</li> etc. </ul> ... a list of 31 cities. This is the list it does display: <ul><li class="ac_over">DalfsenDe BiltDe LierDe MeernDe WestereenDe WijkDe ZilkDelftDelfzijlDen BoschDen BurgDen HaagDen HelderDen Hoorn ZHDeurneDeventerDiemenDierenDinxperloDoesburgDoetinchemDokkumDongenDoorwerthDordrechtDrachtenDriebergen- RijsenburgDrunenDrutenDuivenDwingeloo</li></ul> Has anyone faced the same problem? How did you solve it? Kind regards, Annet.

