>
>  $(function() {
>     $("#no_table_locality").autocomplete({
>       source: "{{=URL('jqueryui', 'locality_autocomplete')}}",
>       minLength: 2
>     });
>   });
>
>
Did you check that the url is actually returning a json list of values?

BTW, I'm not sure that .autocomplete is compatible with the default 
date/datetime widget, maybe you can disable it to see if there is a 
conflict betwenn both features.

-- 

--- 
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