atk4/autocomplete

This package is abandoned and no longer maintained. No replacement package was suggested.

Autocomplete implementation for Agile Toolkit

dev-master 2016-05-11 12:59 UTC

This package is auto-updated.

Last update: 2022-09-14 05:22:07 UTC


README

To use this add-on:

  • place it inside atk4-addons
  • inside model type this:
$this->hasOne('User')->display(array('form'=>'autocomplete/Basic'));
// of course instead of User , use your model

This will replace standard drop-down field with an auto-complete field:

Screenshot