Download the PHP package wdmg/yii2-tagsinput without Composer
On this page you can find all versions of the php package wdmg/yii2-tagsinput. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-tagsinput
Yii2 TagsInput
Tags input widget for Yii2
Requirements
- PHP 5.6 or higher
- Yii2 v.2.0.33 and newest
- Yii2 Bootstrap
- Bootstrap TagsInput
Installation
To install the widget, run the following command in the console:
$ composer require "wdmg/yii2-tagsinput"
Usage
Example of standalone widget:
Example of use with ActiveForm:
Options
TagsInput extends InputWidget so you can use any options available for this widget. In addition, you can use these custom options if necessary:
Name | Type | Default | Description |
---|---|---|---|
options | array | ['class' => 'form-control'] |
Standard options for the input widget. |
pluginOptions | array | array() | Plugin TagsInput options passed to js. Read more here (https://github.com/wdmg/bootstrap-tagsinput). |
items | array | ['value' => 'Label'] |
Array values with labels. |
Status and version [ready to use]
- v.1.0.4 - Fixed widget ID and init after Pjax reloading
- v.1.0.3 - Up to date dependencies
- v.1.0.2 - Fixed deprecated class declaration and added README.md
All versions of yii2-tagsinput with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
^2.0.33
yiisoft/yii2-bootstrap Version *
bower-asset/bootstrap-tagsinput-plugin Version ^1.0.2
yiisoft/yii2-bootstrap Version *
bower-asset/bootstrap-tagsinput-plugin Version ^1.0.2
The package wdmg/yii2-tagsinput contains the following files
Loading the files please wait ....