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
0
votes
2 answers

drop down box's width of bootstrap token field can't be fit in a invisible div

I've used Bootstrap Token Field at my website. It works perfectly at my webpage. But, problem happened when I put that token field into any hidden div. I mean, imagine there is a hidden div(display: none;) Inside that invisible div, I've put the…
user1896653
  • 3,247
  • 14
  • 49
  • 93
0
votes
1 answer

Twitter bootstrap tokenfield cancel .on('beforeCreateToken')

Twitter bootstrap tokenfield Is there a way to cancel the creation of a token inside .on('beforeCreateToken') if invalid input is detected?
MikeAlike234
  • 759
  • 2
  • 12
  • 29
-1
votes
1 answer

Bootstrap tokenfield on android

I have noticed that bootstrap tokenfield works badly in android (smartphone). The delimiter that I have defined does not work in android. It only works on a PC. Is there a solution for this?
-1
votes
1 answer

Bootstrap 4 + Tokenfield Autocomplete

I need help with a little script. In a bootstrap form the user should enter tags with autocomplete (database).
Michael74
  • 33
  • 7
-1
votes
1 answer

Bootstrap Tokenfield does not work in mobile Safari/iOS 8

I am using bootstrap tokenfield to instrument my email textbox to support multiple email input. User types letter a in the email textbox (the one with red font in the picture) . A list of matched emails show up in a selection menu (the box that…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
-4
votes
2 answers

Placement of JQuery Scripts with multiple other scripts?

I wrote this script $.ajax({ type: "POST", url: "/my/GetTagsByID", data: { Link_ID: LId }, datatype: "json", success: function(result) { $('#tokenfield-typeahead').val('Success 1, Success 2') …
Ali
  • 2,702
  • 3
  • 32
  • 54
1 2 3 4
5