dev-master
9999999-devYii2 Jui AutoComplete with Id field widget
MIT
The Requires
by Pravda Aleksei
extension yii2 autocomplete
Yii2 Jui AutoComplete with Id field widget
Yii2 Jui AutoComplete with Id field widget, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist pravda1979/yii2-autocomplete-with-id-widget "*"
or add, (*4)
"pravda1979/yii2-autocomplete-with-id-widget": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= $form->field($model, 'attribute_id')->widget(AutoCompleteWithId::className()); ?>
, (*7)
Yii2 Jui AutoComplete with Id field widget
MIT
extension yii2 autocomplete