PHPackages                             redwert/yii2-autocomplete-ajax - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. redwert/yii2-autocomplete-ajax

ActiveYii2-extension[Search &amp; Filtering](/categories/search)

redwert/yii2-autocomplete-ajax
==============================

A simple way to search model id of the attributes model.

011PHP

Since Oct 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/redwert/yii2-autocomplete-ajax)[ Packagist](https://packagist.org/packages/redwert/yii2-autocomplete-ajax)[ RSS](/packages/redwert-yii2-autocomplete-ajax/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-autocomplete-ajax
======================

[](#yii2-autocomplete-ajax)

This is the AutocompleteAjax widget and a Yii 2 enhanced wrapper for the [Autocomplete | jQuery UI](https://jqueryui.com/autocomplete/). A simple way to search model id of the attributes model.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either add

```
"require": {
    "keygenqt/yii2-autocomplete-ajax": "*"
}

```

of your `composer.json` file.

Latest Release
--------------

[](#latest-release)

The latest version of the module is v0.5.0 `BETA`.

Usage
-----

[](#usage)

View:

```
use keygenqt\autocompleteAjax\AutocompleteAjax;

// Normal select with ActiveForm & model
