Questions tagged [bootstrap-tags-input]

jQuery plugin providing a Twitter Bootstrap user interface for managing tags.

jQuery plugin providing a Twitter Bootstrap user interface for managing tags. Bootstrap Tags Input supports among other things :

  • Typeahead dropdowns
  • Objects in tags
  • Categorization

There are two major branches :
Bootstrap Tags Input for bootstrap 2.x
Bootstrap Tags Input for bootstrap 3.x

224 questions
3
votes
7 answers

Twitter Bootstrap tags input doesn't remove placeholder when onfocus

I have been scratching my head since yesterday on this problem, which I cannot solve. I am a new starter to Twitter Bootstrap and everything was going well until yesterday. I am using the latest JQuery v1.11.1 and Twitter Bootstrap v3.3.1. Yesterday…
Cam
  • 137
  • 1
  • 10
2
votes
2 answers

Using npm installed JS/CSS lib on a Laravel application

I'm actually experimenting with Laravel and npm, and i struggle to use Bootstrap Tags Input lib inside my app (also as any other npm installed lib). It seems pretty easy but i'm missing something here. What i did: Install dependencie λ npm i…
2
votes
1 answer

how to change style of bootstrap tagsinput

I have an input field with bootstrap tagsinput, the problem is when the tag is activated I don't have the box of the tag. For example I have this : And I want something like this : showing that the tag python and java is activated with creating a…
Oussama Jabri
  • 514
  • 4
  • 16
2
votes
0 answers

Jquery validator not working for data-role="tagsinput" textbox

I am trying to validate the input text box data against a list of array fields. Below is my sample code: Method: jQuery.validator.addMethod("validateClass", function (value, element,options) { return data.indexOf(value) != -1; }); HTML:
Nirmal Anand
  • 117
  • 1
  • 2
  • 11
2
votes
0 answers

Not getting tags after form submit in bootstrap tagsinput java spring

I am using bootstrap tagsinput to show name list into label which are selected from data-table. I am facing one problem is when I submit forms with all search details, selected name list as tags is not showing after forms submit as before…
2
votes
0 answers

itemAdded event not firing on bootstrap taginput with typeahead

I have the following html:
I initialise…
Latheesan
  • 19,790
  • 25
  • 89
  • 173
2
votes
1 answer

Bootstrap-tagsinput: Can't add objects when itemValue option is not set

This question was asked so many times, but none of answers helps me. In short: I have input with some tags. In some cases I need add dynamically a new one. I do it with inbuilt function: $('#msg-receiver').tagsinput('add', { 'id': 1, 'text': 'Ddddd'…
1_bug
  • 4,454
  • 3
  • 39
  • 49
2
votes
1 answer

Bootstrap Tags Input doesn't work with local data

I try to make a Project Manager. It can add more people to one project. So, I use Bootstrap Tags Input and follow these examples: Typeahead, Object tags. Instead of remote data, I have a json string storage in hidden input. So, I modify the example…
Davuz
  • 4,416
  • 12
  • 36
  • 55
2
votes
1 answer

How to import and use a jQuery library via Webpack?

I'm using VueJS with Webpack, and I'm trying to use this jQuery tags input library. Given its needs, I'm including jQuery as a global: // in webpack.config.js new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery", "window.jQuery":…
greggilbert
  • 1,213
  • 2
  • 13
  • 24
2
votes
2 answers

$(...).tagsinput is not a function

I must be missing something simple but I can't see it. I am using the Bootstrap tagsinput plugin and I am trying to follow some of the examples here: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ Here is my code: …
aco
  • 589
  • 1
  • 7
  • 22
2
votes
1 answer

how to add a class to the input element generated by bootstrap-tagsinput

I tried the solution suggested in the other post: $("input[name='tags']").tagsinput('input').addClass('form-control'); But I got: Uncaught TypeError: $(...).tagsinput(...).addClass is not a function I also…
Harrison
  • 2,192
  • 6
  • 23
  • 46
2
votes
1 answer
2
votes
1 answer

Bootstrap/TagsInput Applying To All Form Fields/Not Displayed Correctly

I am having issues understanding how to properly apply Bootstrap/TagsInput to a form. My goal is to have a form with one field using TagsInput and another field not using it. There are two problems: TagsInput seems to apply to any form field, not…
you
  • 153
  • 1
  • 10
2
votes
0 answers

Display a text insde input text with Bootstrap Tags Input

i've looking for a tags plugin frontend, and i found an awesome library called Bootstrap Tags Input and they are have a lot of example but i've problem when i trying to show the tags.text as a text and the tags.id as a value for input, which is my…
2
votes
0 answers

tagsinput not working in jquery steps

I want my tagsinput in jquery steps form, but it's not working. please help

Account Information

Gema
  • 19
  • 1
1 2
3
14 15