Download the PHP package kl83/yii2-autocomplete-dropdown-widget without Composer
On this page you can find all versions of the php package kl83/yii2-autocomplete-dropdown-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kl83/yii2-autocomplete-dropdown-widget
More information about kl83/yii2-autocomplete-dropdown-widget
Files in kl83/yii2-autocomplete-dropdown-widget
Download kl83/yii2-autocomplete-dropdown-widget
More information about kl83/yii2-autocomplete-dropdown-widget
Files in kl83/yii2-autocomplete-dropdown-widget
Vendor kl83
Package yii2-autocomplete-dropdown-widget
Short Description Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.
License MIT
Package yii2-autocomplete-dropdown-widget
Short Description Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-autocomplete-dropdown-widget
Yii2 Autocomplete dropdown widget
Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require kl83/yii2-autocomplete-dropdown-widget ~1.0.0
or add
"kl83/yii2-autocomplete-dropdown-widget": "~1.0.0"
to the require section of your composer.json file.
Widget options
Option | Description |
---|---|
(string) source | Url to load autocomlete source in JSON-format. Example: [{"id": id, "label": "some text"}, ... ]. |
(array) autocompleteOptions | JQueryUI Autocomplete widget options. |
(string) textValue | Initial text-input value. |
(boolean) ajaxGlobal | "global" property value of ajax request, read more. |
Usage
License
MIT License
All versions of yii2-autocomplete-dropdown-widget with dependencies
PHP Build Version
Package Version
The package kl83/yii2-autocomplete-dropdown-widget contains the following files
Loading the files please wait ....