Select2.js 4.0.0

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

This package is not used by any NuGet packages.

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.0 9,211 7/26/2015
3.5.2 29,299 11/3/2014
3.5.1 12,916 7/30/2014
3.5.0 4,870 6/23/2014
3.4.8 6,262 5/5/2014
3.4.6 6,008 3/25/2014
3.4.5 13,423 11/19/2013
3.4.3.1 10,767 9/19/2013
3.4.3 270 9/18/2013
3.4.2 1,520 9/6/2013
3.4.1.2 5,297 7/29/2013
3.4.1.1 5,795 7/16/2013
3.4.1 338 7/12/2013
3.4.0 6,283 5/28/2013
3.3.2 8,696 4/15/2013
3.2.1 15,562 1/23/2013
3.2.0 32,132 1/5/2013

New features in 4.0

- A more flexible plugin framework that allows you to override Select2 to behave exactly how you want it to.
- Consistency with standard <select> elements for all data adapters, removing the need for hidden <input> elements.
- A new build system that uses AMD to keep everything organized.
- Less specific selectors allowing for Select2 to be styled to fit the rest of your application.