atk4/autocomplete

Autocomplete implementation for Agile Toolkit


Keywords
atk4
License
Other

Documentation

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