2017 © Pedro Peláez
 

library yii2-autocomplete-dropdown-widget

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

image

kl83/yii2-autocomplete-dropdown-widget

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

  • Monday, November 20, 2017
  • by kl83
  • Repository
  • 1 Watchers
  • 2 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 40 % Grown

The README.md

Yii2 Autocomplete dropdown widget

Latest Stable Version Total Downloads License, (*1)

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item., (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require kl83/yii2-autocomplete-dropdown-widget ~1.0.0

or add, (*5)

"kl83/yii2-autocomplete-dropdown-widget": "~1.0.0"

to the require section of your composer.json file., (*6)

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

<?= $form->field($model, 'createdBy')->widget('kl83\widgets\AutocompleteDropdown', [
    'source' => '/user/autocomplete-source',
    'textValue' => $model->user->fullName,
]) ?>

License

MIT License, (*7)

The Versions

20/11 2017

dev-master

9999999-dev

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

yii2 forms input widget

06/07 2017

v1.0.2

1.0.2.0

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

06/07 2017

v1.0.1

1.0.1.0

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

06/07 2017

v1.0.0

1.0.0.0

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov