Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wbraganca/yii2-tagsinput
- Owner: wbraganca
- License: other
- Created: 2015-04-27T20:21:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T16:54:35.000Z (over 5 years ago)
- Last Synced: 2024-06-18T20:04:10.714Z (7 months ago)
- Topics: bootstrap-tagsinput, wbraganca, yii2-tagsinput
- Language: PHP
- Homepage: https://github.com/timschlechter/bootstrap-tagsinput
- Size: 12.7 KB
- Stars: 31
- Watchers: 3
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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/