Select2.js 4.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Select2.js --version 4.0.6
NuGet\Install-Package Select2.js -Version 4.0.6
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.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Select2.js --version 4.0.6
#r "nuget: Select2.js, 4.0.6"
#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.6

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

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 553,855 5/15/2020
4.0.11 187,497 10/15/2019
4.0.7 98,747 6/4/2019
4.0.6 30,744 5/6/2019
4.0.6-rc0 13,781 11/7/2017
4.0.5 765,779 10/29/2017
4.0.3 685,309 5/31/2016
4.0.2 149,604 3/15/2016
4.0.1 76,741 1/14/2016
4.0.0 233,957 7/26/2015
3.5.4 22,233 7/12/2018
3.5.3 3,508 7/12/2018
3.5.2 441,453 11/3/2014
3.5.1 577,948 7/30/2014
3.5.0 32,454 6/23/2014
3.4.8 36,579 5/5/2014
3.4.6 33,567 3/25/2014
3.4.5 65,341 11/19/2013
3.4.3.1 80,086 9/19/2013
3.4.3 3,892 9/18/2013
3.4.2 5,700 9/6/2013
3.4.1.2 17,659 7/29/2013
3.4.1.1 36,908 7/16/2013
3.4.1 4,386 7/12/2013
3.4.0 21,538 5/28/2013
3.3.2 14,532 4/15/2013
3.2.1 52,611 1/23/2013
3.2.0 223,925 1/5/2013

New features/improvements
Add style property to package.json (#5019)
Implement clear and clearing events (#5058)
Add scrollAfterSelect option (#5150)
Add missing diacritics (#4118, #4337, #5464)

Bug fixes
Fix up arrow error when there are no options in dropdown (#5127)
Add ; before beginning of factory wrapper (#5089)
Fix IE11 issue with select losing focus after selecting an item (#4860)
Clear tooltip from select2-selection__rendered when selection is cleared (#4640, #4746)
Fix keyboard not closing when closing dropdown on iOS 10 (#4680)
User-defined types not normalized properly when passed in as data (#4632)
Perform deep merge for Defaults.set() (#4364)
Fix "the results could not be loaded" displaying during AJAX request (#4356)
Cache objects in Utils.__cache instead of using $.data (#4346, #5486)
Removing the double event binding registration of selection:update (#4306)

Accessibility
Improve .select2-hidden-accessible (#4908)
Add role and aria-readonly attributes to single selection dropdown value (#4881)

Translations
Add Turkmen translations (tk) (#5125)
Fix error in French translations (#5122)
Add Albanian translation (sq) (#5199)
Add Georgian translation (ka) (#5179)
Add Nepali translation (ne) (#5295)
Add Bangla translation (bn) (#5248)
Add removeAllItems translation for clear "x" title (#5291)
Fix wording in Vietnamese translations (#5387)
Fix error in Russian translation (#5401)

Miscellaneous
Remove duplicate CSS selector in classic theme (#5115)