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.
<PackageVersion Include="Select2.js" Version="4.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Select2.js" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Select2.js@4.0.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Select2.js&version=4.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Select2.js&version=4.0.6
                    
Install as a Cake Tool

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

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

Vault.js

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

Select2-Bootstrap

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

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 840,630 5/15/2020
4.0.11 243,803 10/15/2019
4.0.7 110,081 6/4/2019
4.0.6 35,514 5/6/2019
4.0.6-rc0 15,443 11/7/2017
4.0.5 912,678 10/29/2017
4.0.3 805,380 5/31/2016
4.0.2 175,090 3/15/2016
4.0.1 85,133 1/14/2016
4.0.0 283,679 7/26/2015
3.5.4 35,014 7/12/2018
3.5.3 3,916 7/12/2018
3.5.2 614,133 11/3/2014
3.5.1 789,632 7/30/2014
3.5.0 54,271 6/23/2014
3.4.8 41,325 5/5/2014
3.4.6 36,354 3/25/2014
3.4.5 81,964 11/19/2013
3.4.3.1 94,711 9/19/2013
3.4.3 4,176 9/18/2013
3.4.2 6,186 9/6/2013
3.4.1.2 21,301 7/29/2013
3.4.1.1 39,790 7/16/2013
3.4.1 4,715 7/12/2013
3.4.0 23,889 5/28/2013
3.3.2 16,924 4/15/2013
3.2.1 54,272 1/23/2013
3.2.0 235,500 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)