In my model I have fields of type datetime, date and time some how these 
fields interfere with jQuery Ui's autocomplete.
The problem is that when I create a form:

form=SQLFORM(db.table)

and table contains a field of type datetime, date or time the following 
code doesn't make the field locality autocomplete.

 $(function() {
    $("#no_table_locality").autocomplete({
      source: "{{=URL('jqueryui', 'locality_autocomplete')}}",
      minLength: 2
    });
  });

Is there a solution to solve this problem.

Kind regards,

Annet



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to