life2016/yii2-tagsinput

安装数: 47,736

依赖者: 0

推荐者: 0

安全: 0

星标: 7

关注者: 3

分支: 24

类型:yii2-extension

1.1 2016-09-26 06:36 UTC

This package is not auto-updated.

Last update: 2024-09-21 01:54:57 UTC


README

通过 Composer

$ composer require life2016/yii2-tagsinput

或添加

"life2016/yii2-tagsinput": "*"

到你的 composer.json 文件的 require 部分中。

用法

在你的视图文件中。

<?php
use wbraganca\tagsinput\TagsinputWidget;
?>

<?= $form->field($model, 'tags')->widget(TagsinputWidget::classname(), [
    'clientOptions' => [
        'trimValue' => true,
        'allowDuplicates' => false
    ]
]) ?>

更多选项,请访问: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/