{"_id":"@adactive/bootstrap-tagsinput","_rev":"12-458b3bc79dfcc5fe1824b79495ed6952","name":"@adactive/bootstrap-tagsinput","dist-tags":{"latest":"0.8.2"},"versions":{"0.8.2":{"name":"@adactive/bootstrap-tagsinput","version":"0.8.2","keywords":["tags","bootstrap","input","select","form"],"author":{"name":"Tim Schlechter"},"license":"MIT","_id":"@adactive/bootstrap-tagsinput@0.8.2","maintainers":[{"name":"moroine","email":"moroine.bentefrit@adactive.com"}],"contributors":[{"name":"Luckner Jr Jean-Baptiste"},{"name":"Bentefrit Moroine"}],"homepage":"http://timschlechter.github.io/bootstrap-tagsinput/examples/","bugs":{"url":"https://github.com/timschlechter/bootstrap-tagsinput/issues"},"dist":{"shasum":"bd2816c561433c102f501f7384f8380ea615fe68","tarball":"https://registry.npmjs.org/@adactive/bootstrap-tagsinput/-/bootstrap-tagsinput-0.8.2.tgz","integrity":"sha512-rr55qqnwD1ymWjEYjia8bkELjLaOmGAcBEtcd2GNmpkOyyl4UqSrT+UB/osSc/+HOKcYPk051x8uiYpwKqI0Tw==","signatures":[{"sig":"MEUCIQDzRVD2YOfewRb2aximcMjtXXeuLLHGa+HOwjs6kzdQKgIgBoA/2jHxph0/oUCRbtMIEq3kpchNvv0ZFTkd88DZGvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/bootstrap-tagsinput.js","title":"Bootstrap Tags Input","banner":"/*\n * <%= pkg.name %> v<%= pkg.version %>\n * <%= pkg.license.url %>\n */\n","gitHead":"2f53d93c9e21437bec8e714e4c1f4cacaf58ad9e","scripts":{"test":"karma start --single-run --no-auto-watch"},"_npmUser":{"name":"moroine","email":"moroine.bentefrit@adactive.com"},"download":"http://timschlechter.github.io/bootstrap-tagsinput/build/bootstrap-tagsinput.zip","repository":{"url":"git://github.com/timschlechter/bootstrap-tagsinput.git","type":"git"},"_npmVersion":"5.5.1","description":"jQuery plugin providing a Twitter Bootstrap user interface for managing tags.","directories":{},"_nodeVersion":"9.0.0","devDependencies":{"bower":"~1.3.8","grunt":"~0.4.1","karma":"~0.12.19","grunt-cli":"~0.1.13","grunt-zip":"~0.15.0","phantomjs":"~1.9.7-15","grunt-karma":"^0.12.1","grunt-banner":"^0.6.0","karma-jasmine":"~0.1.5","grunt-bower-task":"~0.4.0","grunt-contrib-copy":"~0.5.0","grunt-contrib-uglify":"^0.9.1","grunt-jquerymanifest":"~0.1.4","karma-phantomjs-launcher":"~0.1.3"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap-tagsinput-0.8.2.tgz_1511834564042_0.21957425074651837","host":"s3://npm-registry-packages"}}},"time":{"created":"2017-11-28T02:02:44.222Z","modified":"2025-12-18T09:12:34.040Z","0.8.2":"2017-11-28T02:02:44.222Z"},"bugs":{"url":"https://github.com/timschlechter/bootstrap-tagsinput/issues"},"author":{"name":"Tim Schlechter"},"license":"MIT","homepage":"http://timschlechter.github.io/bootstrap-tagsinput/examples/","keywords":["tags","bootstrap","input","select","form"],"repository":{"url":"git://github.com/timschlechter/bootstrap-tagsinput.git","type":"git"},"description":"jQuery plugin providing a Twitter Bootstrap user interface for managing tags.","contributors":[{"name":"Luckner Jr Jean-Baptiste"},{"name":"Bentefrit Moroine"}],"maintainers":[{"email":"dev+npm-clientadactive@adactive.com","name":"clientadactive"},{"email":"dev+npm-adactive-bot@adactive.com","name":"adactive-bot"},{"email":"naei@protonmail.com","name":"naei"},{"email":"nicolas.belouis@adactive.com","name":"nbelouis"}],"readme":"# Bootstrap Tags Input [![Build Status](https://travis-ci.org/bootstrap-tagsinput/bootstrap-tagsinput.svg?branch=master)](https://travis-ci.org/bootstrap-tagsinput/bootstrap-tagsinput)\nBootstrap Tags Input is a jQuery plugin providing a Twitter Bootstrap user interface for managing tags.\n\nCurrent stable version: **v0.8.0**\n\n## Usage\nExamples can be found [here](http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/).\n\n## Features\n* Objects as tags\n* True multi value\n* Typeahead\n* Designed for Bootstrap 2.3.2 and 3\n\n### Objects as tags\nNot just support for using strings! This means you can use different values\nfor a tag's label and value. Each tag also holds a reference to the object\nby which it was created, so by calling <code>tagsinput('items')</code> an\narray of the original items is returned.\n\n### True multi value support\nOther implementations just concatenate the values to a comma separated string.\nThis results in <code>val()</code> returning just this string, and when\nsubmitting the form, only one big, concatenated value is sent in the request.\n\nBootstrap Tags Input provides true multivalue support. Just use a\n<code>&lt;select multiple /&gt;</code> as your input element, and\n<code>val()</code> will return an array of the tag values. When submitting the\nform, an array of values will be sent with the request.\n\n### Typeahead support\nIntegrates with Twitter Bootstraps' 2.3.2 typeahead, or use custom typeahead when using Bootstrap 3.\n\n## Development\nInstall dependencies:\n<pre>\nnpm install\ngrunt install\n</pre>\nTest:\n<pre>\ngrunt test\n</pre>\nBuild:\n<pre>\ngrunt build\n</pre>\nCurrent Library Versions:\n\n- Bootstrap: 3.3.5\n- jQuery: 2.1.4\n- Typeahead: 0.11.1\n\nLibraries for testing go in the **/lib** directory.\n\n## History\n- 0.8.0\n  - [Add possibility skip \"change\" event after \"add\", \"remove\", \"removeAll\"](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/429)\n  - [Please add version to header of non-minified version.](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/438)\n- 0.7.1\n  - [allowDuplicates not working](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/419)\n  - [tag text appears when typeahead input looses focus](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/386)\n  - [Remove duplicate method `removeAll` in manual](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/427)\n- 0.7.0\n  - [.tt-menu etc. styles should be included in bootstrap-tagsinput.css by default](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/426)\n  - [Comma character carried over to new tag input when used as separator](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/422)\n  - [Emails in multi select are being duplicated](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/399)\n  - [The 'itemAdded' Event run on Load the Page!](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/369)\n- 0.6.1\n  - [Source maps fix](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/371)\n- 0.6.0\n  - [Allow form submissions when pressing enter if field is empty. Controlled by option](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/368)\n  - [Ability to set different or multiple delimiters](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/397)\n  - [No longer triggering itemRemoved when the field is already empty](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/405)\n- 0.5\n  - [Added an optional 3rd parameter to the \"add\" and \"remove\" methods](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/298)\n- 0.4\n  - [Fix typeahead when using Bootstrap 3](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/73)\n- 0.3.13\n  -  [#5: Trigger events on original input/select](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/5)\n  -  Loads of fixes merged with help of @janvt, @rlidwka and @kuraga: thanks for helping me out!\n- 0.3.9\n  -  [#48: Type ahead stops when entering second character](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/48)\n- 0.3.8\n  -  [#43: Add support for placeholder](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/43)\n  -  [#46: ie 8 compatibility, replace indexOf method](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/46)\n- 0.3.7\n  -  [#39: flash when duplicate is entered](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/39)\n- 0.3.6\n  -  [#34: Error in ReloadPage](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/34)\n- 0.3.5\n  -  [#10: confirmKeys option](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/issues/10)\n- 0.3.4\n  -  [#24: Add bsTagsInput angular directive & example for bootstrap3 with typeahea...](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/24)\n  -  [#28: Limit number of tags, enable/disable input](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/28)\n  -  [#33: Avoid conflict with other selects when checking for value presence](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/pull/33)\n\n## License\nThis project is licensed under [MIT](https://raw.github.com/bootstrap-tagsinput/bootstrap-tagsinput/master/LICENSE \"Read more about the MIT license\").\n","readmeFilename":"README.md"}