Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wbraganca/yii2-tagsinput

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

bootstrap-tagsinput wbraganca yii2-tagsinput

Last synced: about 2 months ago
JSON representation

The yii2-tagsinput is a Yii 2 wrapper for bootstrap-tagsinput. A user interface for managing tags

Awesome Lists containing this project

README

        

# yii2-tagsinput

[![Latest Version](https://img.shields.io/github/release/wbraganca/yii2-tagsinput.svg?style=flat-square)](https://github.com/wbraganca/yii2-tagsinput/releases)
[![Software License](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/wbraganca/yii2-tagsinput.svg?style=flat-square)](https://packagist.org/packages/wbraganca/yii2-tagsinput)

## Install

Via Composer

```bash
$ 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

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

```

For more options, visit: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/