Select2.js 4.0.13

dotnet add package Select2.js --version 4.0.13
                    
NuGet\Install-Package Select2.js -Version 4.0.13
                    
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.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Select2.js" Version="4.0.13" />
                    
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.13
                    
#r "nuget: Select2.js, 4.0.13"
                    
#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.13
                    
#: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.13
                    
Install as a Cake Addin
#tool nuget:?package=Select2.js&version=4.0.13
                    
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

Vault.js

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

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

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 1,073,340 5/15/2020
4.0.11 271,570 10/15/2019
4.0.7 120,653 6/4/2019
4.0.6 40,207 5/6/2019
4.0.6-rc0 16,662 11/7/2017
4.0.5 983,165 10/29/2017
4.0.3 865,701 5/31/2016
4.0.2 183,478 3/15/2016
4.0.1 91,163 1/14/2016
4.0.0 305,735 7/26/2015
3.5.4 41,413 7/12/2018
3.5.3 5,329 7/12/2018
3.5.2 768,314 11/3/2014
3.5.1 883,103 7/30/2014
3.5.0 100,429 6/23/2014
3.4.8 43,239 5/5/2014
3.4.6 38,402 3/25/2014
3.4.5 89,861 11/19/2013
3.4.3.1 105,470 9/19/2013
3.4.3 4,821 9/18/2013
Loading failed

New features / improvements

Trigger input event before change events (#4649)
Feed back the keypress code that was responsible for the 'close' event (#5513)
Only trigger selection:update once on DOM change events (#5734)

Bug fixes

Prevent opening of disabled elements (#5751)

Miscellaneous

Registered Select2 on Open Collective (#5700, #5721, #5741)