wbraganca/yii2-tagsinput The yii2-tagsinput is a Yii 2 wrapper for [bootstrap-tagsinput](https://github.com/timschlechter/bootstrap-tagsinput). A user interface for managing tags.

extensionwbragancayii2-tagsinputyii2tagsinput

yii2-tagsinput

Latest Version Software License Total Downloads

Install

Via Composer

$ composer require "wbraganca/yii2-tagsinput:~1.0.2"

or add to the require section of your composer.json file.

"wbraganca/yii2-tagsinput": "~1.0.2"

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/

Changelog

yii2-tagsinput change Log

dev-master

version 1.0.2

Date: 18-Mar-2017

  • Enh: bootstrap-tagsinput.js dependency updated to ~0.8

version 1.0.1

Date: 08-Nov-2015

  • Enh: bootstrap-tagsinput.js dependency updated to ~0.6

version 1.0.0

Date: 27-Apr-2015

Initial release

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.2 is the latest of 3 releases



BSD-3-Clause license
Stats
31 github stars & 24 github forks
118 downloads in the last day
1192 downloads in the last 30 days
134343 total downloads