jquery-select2 Questions
2
Solved
I used select2 to produce my select option list like the snippet below.
$(function(){
$(".select2").select2();
})
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery....
Lombardo asked 27/9, 2017 at 6:52
1
any body help me wasted too much time on this error but no luck
Error: Option 'ajax' is not allowed for Select2 when attached to a
element.
this error show in my developer console after updat...
Quadric asked 9/5, 2017 at 9:3
3
I want to add a form field which can auto fill text & can take multiple tabs(similar to fb).
I found select2.js helps me do it, But i am having problems in using it when i set multiple attribut...
Czechoslovak asked 28/1, 2013 at 9:2
4
Solved
I am using the select2 for on of my search boxes. I'm getting the results from my URL but I'm not able to select an option from it. I want to use the 'product.productName' as the text to be shown a...
Anderaanderea asked 10/4, 2013 at 18:40
4
Solved
I'm using Select2 to style my <select> boxes, but I can't seem to style the forced outline which Chrome applies to the style:
Problem:
I've tried several lines of (very unprofessionally, !...
Colorful asked 2/9, 2016 at 13:45
4
Solved
I'm using Select2 to create a Gmail-style e-mail addresses field in my application. It works great except for one case: when the user types in an e-mail address and doesn't put a space or comma aft...
Jenette asked 11/12, 2012 at 12:45
2
Solved
I'm using the select2 jQuery plugin on a <select> with multiple="multiple". I need to add values to the selected list (i.e. not to all the options, but to the selected options, without adding...
Suture asked 4/6, 2013 at 10:1
3
I know that the above can be achieved by using quietMillis in the AJAX call, but I am using query to cache the data. And it is here I am not able to delay the AJAX call. Below is the code
$('#Ass...
Fieldpiece asked 12/6, 2015 at 14:25
2
Solved
I'm new to vue and have followed their 'custom directive' at http://vuejs.org/examples/select2.html.
This works well when only selecting one item, but when you're selecting multiple items it only...
Teressaterete asked 2/2, 2016 at 12:55
2
Solved
I have a dropdown select of optional 'opportunities' (id="opportunities" in the example below) which I enhance using the select2 jquery plugin, and wish to dynamically filter this list in order to ...
Rearward asked 28/11, 2016 at 13:1
1
Solved
I have been able to change the height of a select2 box and also apply some few changes but my problem now is the text in the select2 box appears at the center of the select box and also at the top ...
Ambivalence asked 21/5, 2017 at 15:16
1
Solved
I am using a serverside implementation of DataTables with yadcf and select2 for added functionality. The data used to populate the table is acquired via an Ajax request to a Django view, as is the ...
Alamo asked 7/9, 2016 at 16:8
3
when using the select2 multiselect and selecting an option I get this error message displayed:
TypeError: b.dataAdapter is null
Does anyone know what this is about?
The multiselect works fine, I j...
Allerus asked 26/1, 2017 at 11:56
1
Solved
I have a Django project in which I have a select dropdown like this:
But I want something like this:
My <select> form looks like so: (after inspecting in developer tools)
<select cl...
Duel asked 31/3, 2017 at 20:11
2
Solved
I have tried to integrate tag/autocomplete for my site. Its working through option text. I am almost close to result but still hanging.
Now when you try to select option text there will appear rel...
Ambuscade asked 23/3, 2017 at 4:29
3
Solved
I'm using Select2 in a project to style some select boxes in a search form. I managed to change the gradient background of the arrow container to a black gradient:
.select2-container .select2-choi...
Unlace asked 22/6, 2014 at 1:22
12
Solved
Trying to use Select2 and getting this error on multiple item input/text field:
"query function not defined for Select2 undefined error"
Mcmullin asked 23/1, 2013 at 15:36
3
Solved
Pretty new to selenium IDE.
I've been trying to get this to work but I have some issues with select2.
I've looked into other issues like:Selenium IDE-Automating Select2 Search Box
etc..
What I h...
Electrocorticogram asked 26/2, 2014 at 8:20
4
This seems like a standard thing to want to do, but I'm struggling to find a clear and simple solution.
I want to be able to add one or more additional options to an already initialized Select2.
...
Hairston asked 13/4, 2015 at 11:14
3
Solved
I am using Select2 in my website, and I'm trying to use the select2-selecting event, but its not firing. I am also using Backbone.js in the app, so the first thing I tried was adding the select2-se...
Antipole asked 9/7, 2013 at 14:25
2
Solved
I have created a custom element in Aurelia.
import {bindable, inject, customElement, bindingMode} from 'aurelia-framework';
import 'select2';
import * as $ from 'jquery';
import {BindingSignaler} ...
Gantz asked 3/3, 2017 at 10:11
3
Thanks in advance, two things:
1- How can i take "Enter" and "Tab" keys as token in Select2?
This is some of the code i have.
$("#ListaValores").val($("#ListaValores").val().replace(/\;/g,','))...
Firooc asked 29/5, 2015 at 17:7
2
Solved
When I create select2 dropdowns that are dynamically driven by the selection in another select2 dropdown, the allowClear button for the updated dropdown becomes disabled.
It doesn't seem to matter...
Acrodont asked 4/11, 2013 at 10:44
2
Solved
My Select2 was working on 3.5 correctly..
Since upgrading to v4.0 (not "full" - and changing keywords/functions as needed), I have a weird problem where there are extra AJAX calls being made. Howe...
Springhalt asked 10/6, 2015 at 4:5
2
Solved
I'm new to knockout and trying to get my select2 to play nicely with my knockout bindings.
All I want to do is bind accounts array to my select2 (this works) and then
have the initial value set wh...
Outofdoors asked 23/6, 2016 at 21:0
© 2022 - 2024 — McMap. All rights reserved.