PHPackages                             xililo/searchable-ajax-select - 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. xililo/searchable-ajax-select

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

xililo/searchable-ajax-select
=============================

Searchable Ajax Select Widget for Yii2

v1.0.0(2y ago)018proprietaryJavaScript

Since Jun 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xililo/searchable-ajax-select)[ Packagist](https://packagist.org/packages/xililo/searchable-ajax-select)[ RSS](/packages/xililo-searchable-ajax-select/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Searchable Ajax Select
======================

[](#searchable-ajax-select)

Searchable Ajax Select is a Yii2 widget that provides a searchable select input with the capability to make AJAX calls to load search options dynamically.

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

[](#installation)

You can install the package via Composer by running the following command:

Usage
-----

[](#usage)

To use the Searchable Ajax Select widget in your Yii2 application, follow these steps:

```
composer require xililo/searchable-ajax-select
```

1. In your form view, use the widget::

    ```
     use xililo\SearchableAjaxSelect\SearchableAjaxSelect;
     use yii\helpers\Url;
