Top "Select2" questions

Select2 is a jQuery-based replacement for select boxes.

How to remove selected option from the option list in select2 multiselect and show selected options in the order they are selected

I have select2 multi select field in my form where I want to remove the selected option from the dropdown …

jquery jquery-select2 select2
How to use Select2 with Reactjs?

I have dependent fields like this <List> <select> <option></option> <option&…

javascript reactjs select2 react-select
Set language not working select2

<select data-placeholder="Select or type" data-minlength="2" multiple = "multiple" name='arrAval' id='listAval' class="js-basic-multiple form-control" required> So here …

jquery-select2 select2
Hide/Show Select2

I want to hide or show my select2, but I can't find a method in the API. I'm using a …

jquery hide show select2
How can I using select2 with webpack?

I'm using webpack to manage all my assets, when I use this code to require select2 (https://github.com/select2/…

webpack jquery-select2 select2
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
Bootstrap select2 error styling

I've got a select2 select menu. Stripped version for example: <div class="form-group has-error"> <select name="description_…

twitter-bootstrap-3 styling select2
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
select2 - submit form on select

that might be a simple question, but I am not yet so firm with JavaScript. I want to have a …

javascript jquery jquery-select2 select2 django-autocomplete-light