aminkt / yii2-input-tag-widget
There is no license information available for the latest version (1.0.0) of this package.
Advanced Input tag widget for yii2 applications.
Package info
github.com/aminkt/yii2-input-tag-widget
Language:CSS
Type:yii2-extension
pkg:composer/aminkt/yii2-input-tag-widget
1.0.0
2018-01-11 21:15 UTC
Requires
- yiisoft/yii2: >=2.0.11
This package is auto-updated.
Last update: 2026-03-14 03:09:11 UTC
README
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' ] ]) ?>