PHPackages                             wdmg/bootstrap-tagsinput-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wdmg/bootstrap-tagsinput-plugin

ActiveLibrary

wdmg/bootstrap-tagsinput-plugin
===============================

Tags input for Bootstrap 3

1.0.3(6y ago)1312MITJavaScript

Since Nov 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wdmg/bootstrap-tagsinput)[ Packagist](https://packagist.org/packages/wdmg/bootstrap-tagsinput-plugin)[ Docs](https://github.com/wdmg/bootstrap-tagsinput)[ RSS](/packages/wdmg-bootstrap-tagsinput-plugin/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Bootstrap TagsInput
===================

[](#bootstrap-tagsinput)

Tags input for Bootstrap 3

Installation
============

[](#installation)

```
$ npm install bootstrap-tagsinput-plugin
$ bower install bootstrap-tagsinput-plugin
$ yarn add bootstrap-tagsinput-plugin
$ composer require bootstrap-tagsinput-plugin

```

Usage example
=============

[](#usage-example)

For example use the input-group:

```

    Tags:

```

... and init from script:

```

    $(document).ready(function () {
        var tags = $('input#tags').tagsinput({
            delimiter: ','
        });
    });

```

Options
=======

[](#options)

NameTypeDefaultDescriptionidstring`empty`The widget ID if need.delimiterstring','Delimiter for split tags.inputClassstring'.tagsinput'Input class.labelClassstring'.label .label-info'Tag label class.autocompletestring/boolean`false`Autocomplete URL.formatstring"string"Input/output format for autocomplate.minInputinteger2Min input lenght for add tag.maxTagsinteger10Max tags count.templatesarray{inputWrapper, inputField, tagItem etc. }Templates array for widget.onChangefunction`onChange()`The function that is called when input change.onShowfunction`onShow()`The function that is called when widget is ready to be displayed.onShownfunction`onShown()`The function that is called when widget is displayed.onHidefunction`onHide()`The function that is called when widget to prepare for hiding.onHiddenfunction`onHidden()`The function that is called when widget is hidden.onAddTagfunction`onAddTag()`The function is called when a new tag is added to the collection.onRemoveTagfunction`onRemoveTag()`The function is called when the tag is removed from the collection.onAutocompleteSuccessfunction`onAutocompleteSuccess()`The function is called when autocomplete successfully called an ajax request.onAutocompleteErrorfunction`onAutocompleteError()`The function is called when autocomplete caused an ajax error.onAutocompleteShowfunction`onAutocompleteShow()`The function that is called when autocomplete is ready to be displayed.onAutocompleteShownfunction`onAutocompleteShown()`The function that is called when autocomplete is displayed.onAutocompleteHidefunction`onAutocompleteHide()`The function that is called when autocomplete to prepare for hiding.onAutocompleteHiddenfunction`onAutocompleteHidden()`The function that is called when autocomplete is hidden.debugboolean`false`Flag if need debug in console log.Templates
=========

[](#templates)

NameTypeDefault valueDescriptioninputWrapperstring``Template for widget wrapper.inputFieldstring``The autocomplete field.tagItemstring``The tag template.tagRemoveLinkstring`[x]`Link for remove tag.autocompleteListstring``Autocomplete dropdown list.autocompleteItemstring``Autocomplete dropdown item.Status and version
==================

[](#status-and-version)

- v.1.0.3 - Added README.md
- v.1.0.2 - Some bugfixies. Backward compatibility $.ajax for older jQuery version.
- v.1.0.1 - Added autocomplete.
- v.1.0.0 - Added base plugin and stylesheets, example.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

4

Last Release

2357d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1635637?v=4)[Alexsander Vyshnyvetskyy](/maintainers/alex-wdmg)[@alex-wdmg](https://github.com/alex-wdmg)

---

Top Contributors

[![alex-wdmg](https://avatars.githubusercontent.com/u/1635637?v=4)](https://github.com/alex-wdmg "alex-wdmg (10 commits)")

---

Tags

bootstrapdropdownselecttwitter bootstrap

### Embed Badge

![Health badge](/badges/wdmg-bootstrap-tagsinput-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/wdmg-bootstrap-tagsinput-plugin/health.svg)](https://phpackages.com/packages/wdmg-bootstrap-tagsinput-plugin)
```

###  Alternatives

[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k480.4k3](/packages/snapappointments-bootstrap-select)[kartik-v/dependent-dropdown

A multi level dependent dropdown JQuery plugin that allows nested dependencies.

1805.0M3](/packages/kartik-v-dependent-dropdown)[istvan-ujjmeszaros/bootstrap-duallistbox

A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.

628199.4k2](/packages/istvan-ujjmeszaros-bootstrap-duallistbox)[harvesthq/chosen

Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.

385.2M12](/packages/harvesthq-chosen)[vsn4ik/bootstrap-submenu

Bootstrap Sub-Menus

46310.3k](/packages/vsn4ik-bootstrap-submenu)[henzeb/enumhancer

Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums

69287.4k2](/packages/henzeb-enumhancer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
