Re: [web2py] Auto-complete widget problem.

2011-04-14 Thread Tito Garrido
Hi Annet, I had the same problem... I've changed the name of the second field... in your case "what"... try to put "what2" just to test... Regards, Tito On Thu, Apr 14, 2011 at 4:17 AM, annet wrote: > I have the following function: > > def index(): >form1=SQLFORM.factory( > > > Field('wha

[web2py] Auto-complete widget problem.

2011-04-14 Thread annet
I have the following function: def index(): form1=SQLFORM.factory( Field('what',widget=SQLFORM.widgets.autocomplete(request,db.companykeyword.word)) Field('city',widget=SQLFORM.widgets.autocomplete(request,db.adres.plaats))) form2=SQLFORM.factory( Field('what',widget=SQLFORM.widgets.

[web2py] auto complete widget

2010-08-24 Thread annet
I am using web2py's auto complete widget, and wonder whether the div containing the options could fade out faster. At the moment it takes about 4 seconds before the div fades out after the user selects an option. Since the div hides the submit button, this is rather long. Kind regards, Annet.