Select2.js 4.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Select2.js --version 4.0.3
NuGet\Install-Package Select2.js -Version 4.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Select2.js" Version="4.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Select2.js --version 4.0.3
#r "nuget: Select2.js, 4.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Select2.js as a Cake Addin
#addin nuget:?package=Select2.js&version=4.0.3

// Install Select2.js as a Cake Tool
#tool nuget:?package=Select2.js&version=4.0.3

A jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Select2.js:

Package Downloads
Serenity.Web.Assets The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains static assets for Serenity web applications

Select2-Bootstrap-Theme

A Select2 v4 Theme for Bootstrap 3

Angular.UI

The enhancement companion suite to the AngularJS framework

Select2-Bootstrap

Bare bones stylesheet for making select2 fit in with bootstrap a bit better

Vault.js

Part of Vault libraries set designed to enhance experience with latest UI frameworks.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Select2.js:

Repository Stars
rstropek/Samples
Version Downloads Last updated
4.0.13 556,648 5/15/2020
4.0.11 187,984 10/15/2019
4.0.7 98,831 6/4/2019
4.0.6 30,797 5/6/2019
4.0.6-rc0 13,836 11/7/2017
4.0.5 767,569 10/29/2017
4.0.3 686,561 5/31/2016
4.0.2 149,850 3/15/2016
4.0.1 76,818 1/14/2016
4.0.0 234,485 7/26/2015
3.5.4 22,258 7/12/2018
3.5.3 3,525 7/12/2018
3.5.2 443,023 11/3/2014
3.5.1 580,781 7/30/2014
3.5.0 32,562 6/23/2014
3.4.8 36,633 5/5/2014
3.4.6 33,596 3/25/2014
3.4.5 65,529 11/19/2013
3.4.3.1 80,395 9/19/2013
3.4.3 3,902 9/18/2013
3.4.2 5,716 9/6/2013
3.4.1.2 17,711 7/29/2013
3.4.1.1 36,963 7/16/2013
3.4.1 4,396 7/12/2013
3.4.0 21,587 5/28/2013
3.3.2 14,581 4/15/2013
3.2.1 52,642 1/23/2013
3.2.0 224,058 1/5/2013

New features in 4.0.3

The old dropdownAutoWidth option now properly works [fe26b08]
A focus event on the original <select> is now handled [31e7a1d]
Adding and removing options now refreshes the selection automatically [ea79a19]

Bug fixes

select2('option') no longer mutate the arguments when working on multiple elements [c2c1aee]
Better detect aborted requests [cfb66f5]
New options are now properly created during tokenization [3b8cd2e]
Fix positioning bug with non-static parents for the dropdown [#4267]
Infinite scrolling no longer resets the keyboard focus [e897d00, 9f58128]
selectOnClose now works properly with closeOnSelect [481c438]
Apply ajax.delay to empty search terms as well [4b9e02f]