mludvik/yii2-tags-input Yii2 integration for [developit/tags-input](https://github.com/developit/tags-input).

yii2-tags-input

  1. Installation
  2. Usage

Yii2 integration for developit/tags-input.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require mludvik/yii2-tags-input:"~1.0"

or add

"mludvik/yii2-tags-input": "~1.0"

to the require section of your composer.json.

Usage

<?php use mludvik\tagsinput\TagsInputWidget; ?>

<?= $form->field($model, 'tags')->widget(TagsInputWidget::className()) ?>
1 0
2 followers
26 278 downloads
Yii Version: 2.0
License: MIT
Category: User Interface
Developed by: speculatius
Created on: Aug 12, 2018
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions