/autocomplete

Implementation of AutoComplete functionality

Primary LanguagePHP

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