ZF-8625: AutoComplete API changed, view helper does not work any more
Description
First of all, autocomplete is a feature that has been switched from JQuery Core to a plugin. So if you don't download the plugin, the autocomplete() view helper wont work at all.
Second : it looks like the API of autocomplete has changed. The 'url' parameter has become a real parameter. The actual view helper does not take care of the new parameters and API changes, producing a wrong html code which cant be used with autocomplete anymore.
The patch is attached
Comments
Posted by julien PAULI (doctorrock83) on 2009-12-24T01:44:01.000+0000
Attached the original patch
Posted by julien PAULI (doctorrock83) on 2009-12-24T02:29:01.000+0000
Other patch with less bug and less parse errors :p
Posted by Benjamin Eberlei (beberlei) on 2010-01-29T03:00:54.000+0000
AutoComplete is re-introduced with jQuery UI 1.8 - I change the API of the helper to comply with that one.