I remember that I had a similar problem once and, as a result, I posted this<https://groups.google.com/forum/#!searchin/web2py/dropdown$20autocompletion$20/web2py/7-bGnJfZ2B4/Cas5VhlrGv8J> . Maybe it could help you.
On Wednesday, 9 May 2012 17:24:02 UTC+1, Cindy Michalowski wrote: > > Hello all, > > I've been looking for a way to turn off autocomplete for certain fields. > Specifically, I have some fields that use the datepicker. Sometimes the > list of autocomplete options blocks the datepicker, making it inconvenient > for the user who has to drag the datepicker to a different location to use > it. I've found some discussion about a similar issue online, but it was for > SQLFORM. I created my form using CRUD. > > Any tips would be greatly appreciated. Can I disable autocorrect on a > field-by-field basis in the model? Or is this change made in the controller? > > Thanks in advance, > Cindy >

