Top "Jquery-select2-4" questions

Select2 4.0 was released in April 2015 and is a complete rewrite of the Select2 code base.

How to make select2 v4 search boxes responsive in the bootstrap 3 nav bar?

I've placed select2 search boxes inside a bootstrap 3 navbar. The issue is when I resize the browser, the search boxes …

twitter-bootstrap twitter-bootstrap-3 jquery-select2 jquery-select2-4
How to programmatically inject search queries into Select2 v4?

I've built a web-app using a Select2 search box, which connects to our backend via AJAX. The search box passes …

javascript jquery-select2 jquery-select2-4
Chaining multiple Select2 together

Trying to make two chained auto populating select fields using select2 plugin The first select contains countries names(static select) …

javascript jquery jquery-select2 jquery-select2-4
What is the right way to clear select2 dropdown when using Ajax?

I am having an issue with select2 where after I enter an item and I want to use the same …

jquery jquery-select2 jquery-select2-4
Select2 apply bootstrap input-lg

How can I implement input-lg class in a select2 dropdown? I wan't my dropdown to have the same size as …

twitter-bootstrap jquery-select2 jquery-select2-4 jquery-select2-3
Styling jQuery Validation with Select2 4.0 and Bootstrap 3+

I have a project that uses Bootstrap 3.3.4, Select2 4.0, and Jquery Validation 1.13.1 I have set the jquery validator defaults to style …

jquery css twitter-bootstrap-3 jquery-validate jquery-select2-4
Select 2 version 4.0 allow user to enter free text

I am using the latest version of Select2: Select2 4.0. I would like to allow users to enter free text. In …

jquery jquery-select2 jquery-select2-4
Set height of select2

How to increase the height of the select2 suggestion dropdown? I tried the idea proposed at https://github.com/select2/…

html css select2 jquery-select2-4
How to disable the title in select2

I've a select2 dropdown which looks like this : $(function () { $("#itemSelect").select2().on("select2:select", function (e) { $("#itemSelect").val(-1).trigger("…

jquery tooltip jquery-select2 jquery-select2-4 select2
bootstrap modal with select2 z-index

I'm trying to load content from different html page to a popup then applying select2 on it. everything is working, …

bootstrap-modal jquery-select2-4