aminkt / yii2-input-tag-widget
Advanced Input tag widget for yii2 applications.
Installs: 722
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: >=2.0.11
This package is auto-updated.
Last update: 2024-10-13 23:55:57 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' ] ]) ?>