selectize.js Questions
1
I am using selectize.js for my project. But I have problems with data-attributes. I want to add data-attributes to the select options.
I have default select like this:
<option data-open-balance...
Quake asked 9/4, 2016 at 3:50
1
I want to dynamically add an option to an optiongroup in Selectize.js. The API only has
addOption(data)
updateOption(value, data)
addOptionGroup(id, data)
without much help on what "data" is. I'...
Genesisgenet asked 30/1, 2015 at 17:16
1
how to remove selectize.js "add..." menu when an item is being typed?
This image facilitates the meaning:
Canyon asked 22/1, 2016 at 11:56
3
Solved
In Symfony2 I have BandType, where I add the entity Tag:
->add('tags', 'entity', [
'label' => 'Tags',
'class' => 'DbBundle:Tag',
'property' => 'title',
'multiple' => true,
])
...
Sauder asked 23/4, 2015 at 16:17
2
Using selectize.js plugin,
https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md
it seems to triger the load() function everytime I type into the input field..
I wanted to make ...
Bridgeman asked 7/7, 2014 at 8:53
2
I have an array of objects that is provided from a WebService (the order of the list is important). I loaded the JSON object into a Selectize control but it re-orders the list without using the ord...
Tweeddale asked 10/12, 2013 at 23:17
1
Solved
I am trying to solve a bug in our tests that in my opinion should be working. I am pretty sure it's a bug in selectize or capybara, but I can't figure out why.
I have gone into the source for capy...
Sidneysidoma asked 24/4, 2015 at 12:51
1
Solved
I need some help with selectize.js events - they dont work...
Inicialize selectize.js:
$("input[name='addTask[users]']").selectize({
valueField: 'email',
labelField: 'name',
//... more optio...
Giffy asked 19/12, 2014 at 15:46
1
Solved
As you will notice, I am a data scientist and not a programmer / developper.
In SQL, I have a database with ten-thousands of names. I managed to implement the selectize.js tool in my twitter boot...
Bloomington asked 4/4, 2015 at 8:44
1
Solved
I am trying to clear out the value selected in the onChange event depending on a condition. Whether or not its already present in a selected list.
However i am not able to clear of the value using...
Quintillion asked 15/1, 2015 at 0:31
2
Solved
I downloaded Selectize.js and I'm trying to install it into my Rails 4 app, but there are so many files and I'm so confused. Can anyone who has successfully installed Selectize into their app help ...
Scarificator asked 24/12, 2014 at 13:40
1
I want to change the height of the select dropdown in shiny app. The default height displays about 8 options, I would like to see more. It is possible to increase the number of options by decreasin...
Tertius asked 11/12, 2014 at 9:25
1
Solved
I have few select dropdown working nicely with selectize.js. On form post, it appears it only send the last option selected. So for example, if the user select's: A, B, C in the form post var_dump(...
Noetic asked 5/9, 2014 at 7:6
1
Solved
I'm using https://github.com/brianreavis/selectize.js in a project and I'm not able to customize the height and width of the select input:
modifing the select via css not works
there is not heigh...
Adiathermancy asked 20/3, 2014 at 21:51
1
Solved
I may have missed it in docs but I cannot find how to change the "Add" word in options. Is it possible?
@Shiva - I looked through the code on github but haven't found the answer to my question.
My...
Douma asked 7/2, 2014 at 22:44
1
Solved
I'm using selectize.js:
I have a number of similar select boxes
Options are loaded dynamically from the server, during load()
The query made during .load() is unique to each select box. Eg, I'd l...
Awlwort asked 17/1, 2014 at 15:24
1
Solved
Selectize.js allows to transform inputs into widgets with tagging, auto-complete etc.. I'm trying to add tag into input using code.
Here's what I have so far.
$(function() {
$("#tags").selectize...
Lobelia asked 8/12, 2013 at 20:22
1
Solved
Please see the following example fiddle :
Although I can select the option from the dropdown, typing doesnt autocomplete.
I would expect that when you type B or A you should get the recommendatio...
Mothering asked 8/10, 2013 at 12:48
© 2022 - 2024 — McMap. All rights reserved.