aminkt/yii2-input-tag-widget

There is no license information available for the latest version (1.0.0) of this package.

Advanced Input tag widget for yii2 applications.

Installs: 647

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

1.0.0 2018-01-11 21:15 UTC

This package is auto-updated.

Last update: 2024-04-13 22:45:21 UTC


README

Add flowing line into your composer.json files.

"aminkt/yii2-input-tag-widget" : "@dev"

How use widget?

Add flowing lines into your view file.

<?= $form->field($model, 'tags')->widget(\aminkt\widgets\inputTag\InputTag::className(), [
    'options'=>[
        'maxlength' => true,
        'class'=>'form-control maxlength-handler'
    ]
]) ?>