Questions tagged [bootstrap-tokenfield]

Tokenfield for Bootstrap is a plugin that makes it easy to add tagging or tokenizing features (like tags on SO) to a website.

Tokenfield for Bootstrap is a plugin that makes it easy to add tagging or tokenizing features (like tags on stackoverflow) to a website.

Features :

  • Copy & paste support
  • Keyboard navigation
  • Edit existing tokens
  • Multiple lines of tokens
  • Responsive

Tokenfield for Bootstrap homepage.

66 questions
1
vote
0 answers

Apply Bootstrap Tokenfield on a Class instead of Id

I have some dynamically generated form input fields where I want to apply Bootstrap tokenfield. It is possible to apply tokeninput on a class using the following code. Tokeninput is applied on all input fields with class 'someclass'. 'someurl'…
1
vote
0 answers

How to display images in Bootstrap TokenField with Jquery Ui autocomplete From The Json result

I am using Bootstrap TokenField with Jquery Ui and i have tried to add Images from the Json but when i do, instead of displaying the image, it displays the html code of the image Most fix i have found online or on Stackoverflow add the image from…
John Max
  • 432
  • 8
  • 23
1
vote
0 answers

Autocomplete Tokenfield Bootstrap data not reloading

I am using autocomplete tags tokenfield from bootstrap. I am having troubles, with the following code I could load the data just the first time I type in the textbox, otherwise, the data isnt reloaded. What am I missing? var engine = new…
Flezcano
  • 1,647
  • 5
  • 22
  • 39
1
vote
2 answers

Add new tags in custom binding

I am using knockout with bootstrap-tokenfield and typeahead to show tags. Previously I needed a way to show my tags in a nice way and therefore I created a custom binding. It worked really nice when the list of tags was not changing and only…
Salvador Dali
  • 214,103
  • 147
  • 703
  • 753
1
vote
1 answer

Twitter bootstrap tokenfield

I cannot get the create token or set token to function. Im using following: $('#myField').tokenfield('createToken', { value: 'violet', label: 'Violet' }); $('#myField').tokenfield('setTokens', ['blue','red','white']); But its not working. Is there…
MikeAlike234
  • 759
  • 2
  • 12
  • 29
0
votes
0 answers
0
votes
0 answers

Multiple autocomplete input with tokenfield for Bootstrap and jQuery

I try to make a multiple autocomplete input that can save token in itself. Options should come from database in this case MySql and php; Demo example project. This demo uses Tokenfield for Bootstrap, jQuery and ajax. However, I get an…
0
votes
1 answer

V-model doesn't work when using Bootstrap Tokenfield

I create dynamic component using Vue and Bootstrap Tokenfield. But v-model doesn't work in this case. Assume, I have an array below: index variant_options 1 aaa 2 sss When I remove index 1, the result of index 1 should be "sss" but…
Cheer Up
  • 53
  • 1
  • 6
0
votes
1 answer

bootstrap tokenfiel delimiter '\n' (new line) copy and paste not working

I wanna copy and paste a list of values separated by: '\n' like this: 123 234 234 in my boostrap tokenfield, but when I set the delimiter to: '\n' it doesn´t work . this is my jquery configuration: $('#res_pago').tokenfield({ autocomplete…
0
votes
1 answer

tokenfield doesn't work with jQuery Clone

Hello I'm using tokenfield to create input tags. I've tried to clone the element without success. Is there any way to do a proper cloning? This is for a dynamic form. Problem : Fields doesn't work after the cloning. I think the issue is in to…
Amine Bouhaddi
  • 554
  • 1
  • 7
  • 24
0
votes
1 answer

We recently updated from sprockets to webpack, but I am struggling to update the bootstrap-tokenfield library

We recently changed our rails application from sprockets to webpack, and everything seems to have ported over fine, with the exception of bootstrap-tokenfield. On the dev environment server it says that everything has compiled but the tokenfield is…
0
votes
1 answer

Using jquery clone() a new class of bootstarp Tokenfield generates within the input field

go to http://jsfiddle.net/rns3hang/450/ TokenField in newly cloned input field are working but the problem is IT IS INSIDE A INPUT FIELD And I want just one input field with some predefined/constant tags and to be able to add new token or tags…
Sahil Kashyap
  • 329
  • 2
  • 10
0
votes
1 answer

Why BootStrap TokenField input not passed in a POST request?

I am using http://sliptree.github.io/bootstrap-tokenfield/ to let users select multiple keywords and submit it via post request in Django. Here is what a snippet of code looks like: