jquery-select2 Questions
1
Solved
I am having an issue where I have multiple select's on the page and we are using select2. I would like to style just this one specific select but i'm having trouble making it unique so I can add so...
Patricide asked 15/2, 2017 at 15:32
2
Solved
I'm trying to integrate Select2 into the Angular2 app I'm building. I managed to get select2 running and my multiple selects are transformed as expected. My problem now is how am I supposed to get...
Intracranial asked 23/3, 2016 at 8:59
2
In my project I check if the Select2 plugin was loaded in this way
if (jQuery().select2)
But now I will try to verify what kind of version (3.5.X or 4.X) of Select2 plugin was loaded. I thought ...
Phagy asked 1/3, 2016 at 12:57
5
I want to have a reset/clear button for all the filters in use, but I can't figure out what to fire off on on-click event tied to that button... for example:
What would I have to fire off and/or...
Mojica asked 18/8, 2015 at 23:33
1
Solved
Trying to use this component.
<select2 v-model="value" :options="options" @change="onChange()"></select2>
The @change callback is not getting called. I kn...
Painful asked 3/1, 2017 at 5:42
3
Solved
How can we get all the elements that are in the jQuery Select2 dropdown plugin.
I have applied Select2 to a input type = hidden, and then populated it using Ajax.
Now at one instance I need to ge...
Westmorland asked 24/4, 2013 at 8:57
3
Solved
I am using select 2 and it works great. I have an example where as user is chosing from a dropdown via ajax (exactly like the Remote Data example listed in the link) but I want the user to be able ...
Surfbird asked 12/12, 2016 at 1:20
1
Solved
I'm, using bootstrap x-editable https://vitalets.github.io/x-editable/index.html
This is my html code:
<a href="#" data-name="category" class="addon" data-value="{{$cat->id}}"
data-pk="{{$...
Pyridine asked 12/12, 2016 at 15:18
5
This drives me crazy! Why cant Select2 implement clear methods or examples on their page how to do simple CRUD manipulation on Select2 :)
i have a select2 which gets data from a ajax call.
<in...
Bebe asked 7/5, 2013 at 19:4
4
Refer to https://select2.github.io/examples.html, text "Searching" is shown when the remote data is loading. However, I don't know why "undefined" is shown in my case.
This is the css file.
<d...
Pedropedrotti asked 12/1, 2015 at 9:43
2
I've been trying to find a demonstration/example of how to integrate Select2 into an angular 2 component.
My end goal is to use select 2 ajax features to populate the dropdown as I start typing in...
Thrust asked 15/2, 2016 at 10:7
2
Solved
I am using django-autocomplete-light
in a form for a model I want to use autocomplete on one of its field. the field is not a foreignkey or something, but just a integer field and for autocomplete...
Belemnite asked 6/10, 2016 at 15:32
1
Solved
I am using select2 4.0.3. I have a select2 box to enter email addresses, and I would like to make sure that all email addresses are included in .val(), also the one that the user was still typing i...
Pettway asked 12/10, 2016 at 10:10
2
Solved
I'm using select2 to show ajax results in a dropdown but when I append data to select2 its showing error
TypeError: b is undefined
JS Code
var baseurl = $("#baseurl").val();
$(".myselect").s...
Spano asked 10/10, 2016 at 6:7
7
Solved
How can i implement a sublime-like fuzzy search on select2?
Example, typing "sta jav sub" would match "Stackoverflow javascript sublime like"
Kalinda asked 4/6, 2013 at 0:10
4
As title says, I registered Select2 directive for VueJS 1.0.15 using example from their page.
I want to catch @change event but it doesn't work.
HTML:
<select v-select="item.service" :selecte...
Pitchford asked 22/1, 2016 at 13:33
4
I'm trying to populate a select2 element with a JSON array; but I can't get it.
I have the next array:
data = [{"id":"Foo","text":"Foo"},{"id":"Bar","text":"Bar"}]
And I initialize select2 as f...
Ulla asked 28/5, 2015 at 7:14
3
Solved
The texbox is dynamically filled with a remote call using Select2 and I want to allow users to leave the field blank.
$("#e6").select2({
placeholder: "Search for a movie",
minimumInputLength: 1...
Chinquapin asked 14/3, 2014 at 16:5
1
Solved
I am using the kartik - yii2-widget-select2 to allow the option to select multiple options while creating in form.
I want to enter two or more rows to the database depending on the the number of o...
Palpate asked 31/8, 2016 at 12:0
3
Solved
I am using the jQuery plugin Select2
If I have a multiselect with the following structure:
<select name="search-term[]" multiple="multiple">
<optgroup label="Categories">
<option...
Margartmargate asked 15/3, 2016 at 17:8
4
Solved
I'm using select2 plugin with remote ajax data. I can see the results in the dropdown but can't select them. I want the results to be selectable and placed into the field after selection. I think t...
Weathersby asked 24/7, 2015 at 17:12
2
Solved
Using Select2 with JSON/Ajax call, I am trying to create group like this :
<optgroup label="Property Reference">
<option value="1">5742</option>
<option value="2">5788&l...
Disinfest asked 4/8, 2016 at 9:27
2
Select2 does indicate its support for desktop browser version to be: IE8+, Chrome 8+, Firefox 10+, Safari 3+, Opera 10.6+
However, I cannot find anything regarding Mobile & Tablet support.
Is...
Owens asked 26/1, 2015 at 15:0
2
Solved
I use select2 jquery plugin together with magnific popup. If I click on the select in an open popup, searchbox with some results appears. The problem is that it is impossible to type anything into ...
Crowd asked 14/11, 2013 at 22:57
5
Solved
This is very similar to this question on how to add class to select2 element, however the answers there appear to target earlier versions of the framework which has undergone some breaking changes ...
Rift asked 11/6, 2015 at 18:55
© 2022 - 2024 — McMap. All rights reserved.