atk4 / atk4-addons

Agile Toolkit Addons
http://atk4.com/
Other
15 stars 23 forks source link

autocomplete not working #5

Closed si4dev closed 12 years ago

si4dev commented 12 years ago

This code

$f=$this->add('Form'); $name=$f->addField('autocomplete','name','Contact')->setModel('Contact'); $f->getElement('name')->js('change',$f->js()->submit());

Results in

Exception_Logic

Method is not defined for this object

Additional information:

class: Form_Field_autocomplete method: allowAdd arguments: Array ( )

romaninsh commented 12 years ago

for now, please manually delete this line:

https://github.com/atk4/atk4-addons/blob/master/mvc/Form/Field/autocomplete.php#L16

Autocomplete will be back as a separate add-on.

DarkSide666 commented 12 years ago

Autocomplete add-on is developed here: https://github.com/atk4/autocomplete I'm not sure will it be included in atk4-addons project or left as separate add-on.

Maybe we can close this Issue report now?

romaninsh commented 12 years ago

closed. Please report issues https://github.com/atk4/autocomplete/issues