aminkt/yii2-input-tag-widget Advanced Input tag widget for yii2 applications.

  1. How install widget?
  2. How use widget?

How install widget?

Add flowing line into your composer.json files.

"aminkt/yii2-input-tag-widget" : "@dev"

How use widget?

Add flowing lines into your view file.

<?= $form->field($model, 'tags')->widget(\aminkt\widgets\inputTag\InputTag::className(), [
    'options'=>[
        'maxlength' => true,
        'class'=>'form-control maxlength-handler'
    ]
]) ?>
0 0
2 followers
646 downloads
Yii Version: 2.0
License: (not set)
Category: User Interface
Developed by: Amin Keshavarz
Created on: Mar 26, 2018
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions