Questions tagged [selectize.js]

Selectize is a jQuery based hybrid form control, combining elements of both “textbox” and “select”. It includes autocomplete, native-feeling keyboard navigation and is able to utilize remote data sources to build visually rich controls.

Selectize is an extensible jQuery-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. The goal is to provide a solid & usable experience with a clean and powerful API.

Features

  • Smart Option Searching / Ranking
  • Caret between items
  • Select & delete multiple items at once
  • Díåcritîçs supported
  • Item creation
  • Remote data loading
  • Clean API & code
  • Extensible
  • Touch Support

Resources

Related tags

673 questions
0
votes
1 answer

Adding Autocomplete to my jquery plugin input field

I am looking to add autocomplete to my jQuery plugin input field and support jQuery 1.7+, something lightweight preferably. Looking at bootstrap 3 js requires jQuery 1.9+, so I scrapped that off the list for now. jQuery UI autocomplete is an option…
StevieB
  • 6,263
  • 38
  • 108
  • 193
0
votes
0 answers

selectize.js displaying selected value when user clicks back page button

I am using selectize.js in a project. I'm using laravel 4.2. When user posts a form and then clicks back button, the form's input values that user write are displaying on the screen. But selectboxes created by using selectize are empty. How can I…
Ecehan Ece
  • 98
  • 9
0
votes
2 answers

Pre-fill selectize menu?

I have a selectize-ng menu: "users" is my array of objects. This menu works perfectly, I can select from the menu, type-ahead, and get tokenized…
Steve
  • 14,401
  • 35
  • 125
  • 230
0
votes
1 answer

Selectize (.js) and external source

How I can load dynamicly (like $.ajax or getjson) in selectize options list? Searched thru the forum, looks like nobody did it this way for some reason (?) Thanks.
user2988257
  • 882
  • 4
  • 25
  • 43
0
votes
1 answer

Selectize.js match incorrect word

I have a large amount of selectize elements, one of which is "gender". Gender can, as one would expect, be male and female. If you search for any substring which match male, so m, ma, mal, male it will still highlight female and upon tab select that…
Dennis
  • 909
  • 4
  • 13
  • 30
0
votes
1 answer

Angular JS selectize error

This is driving me nuts, as I can find no real reason for it. I have an Angular 1.3.2 project. On one view, with one controller, one factory, and 2 json files as sources. I added 2 selectize menus, both work perfectly. I did a save as to create a…
Steve
  • 14,401
  • 35
  • 125
  • 230
0
votes
1 answer

Selectize.js: onItemAdd property not called when given a class method

I'm facing an issue with selectize.js when using the onItemAdd parameter of the constructor (https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md#callbacks). Let's say I have a class which instance will hold and manage the selectize…
Romain G
  • 1,276
  • 1
  • 15
  • 27
0
votes
1 answer

Multiple