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
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.
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.
3 matches
Mail list logo