life2016 / yii2-tagsinput
Package info
github.com/ran1990/yii2-tagsinput
Type:yii2-extension
pkg:composer/life2016/yii2-tagsinput
1.1
2016-09-26 06:36 UTC
Requires
- life2016/bootstrap-tagsinput: *
- yiisoft/yii2: ~2.0
- yiisoft/yii2-bootstrap: ~2.0.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2026-02-21 08:49:41 UTC
README
Via Composer
$ composer require life2016/yii2-tagsinput
or add
"life2016/yii2-tagsinput": "*"
to the require section of your composer.json file.
Usage
On your view file.
<?php use wbraganca\tagsinput\TagsinputWidget; ?> <?= $form->field($model, 'tags')->widget(TagsinputWidget::classname(), [ 'clientOptions' => [ 'trimValue' => true, 'allowDuplicates' => false ] ]) ?>
For more options, visit: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/