Select2.js 4.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Select2.js --version 4.0.2
                    
NuGet\Install-Package Select2.js -Version 4.0.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Select2.js" Version="4.0.2" />
                    
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.2
                    
#r "nuget: Select2.js, 4.0.2"
                    
#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.2
                    
#: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.2
                    
Install as a Cake Addin
#tool nuget:?package=Select2.js&version=4.0.2
                    
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,304 5/15/2020
4.0.11 243,753 10/15/2019
4.0.7 110,060 6/4/2019
4.0.6 35,501 5/6/2019
4.0.6-rc0 15,442 11/7/2017
4.0.5 912,548 10/29/2017
4.0.3 805,274 5/31/2016
4.0.2 175,070 3/15/2016
4.0.1 85,132 1/14/2016
4.0.0 283,631 7/26/2015
3.5.4 35,004 7/12/2018
3.5.3 3,914 7/12/2018
3.5.2 613,591 11/3/2014
3.5.1 789,576 7/30/2014
3.5.0 54,229 6/23/2014
3.4.8 41,325 5/5/2014
3.4.6 36,353 3/25/2014
3.4.5 81,957 11/19/2013
3.4.3.1 94,686 9/19/2013
3.4.3 4,176 9/18/2013
3.4.2 6,186 9/6/2013
3.4.1.2 21,300 7/29/2013
3.4.1.1 39,789 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,488 1/5/2013

New features in 4.0.2

Added insertTag option to control the placement of the tags option [#4008]
Added handler for AJAX errors [#3501]
Added insertTag to control the tag position [#4008]

Bug fixes

Fixed positioning issues with static dropdown parents [#3970]
Fixed existing selections not always being respected with array data [#3990]
Sanitize automatically generated ids so CSS identifiers can be used [#3618]
Recursively apply defaults so AJAX defaults can be set [983cd8e]
No need to recalculate the top of the dropdown twice [#4155]