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.
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.
// Install Select2.js as a Cake Addin
#addin nuget:?package=Select2.js&version=4.0.0

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

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,209 7/26/2015
3.5.2 29,297 11/3/2014
3.5.1 12,914 7/30/2014
3.5.0 4,865 6/23/2014
3.4.8 6,260 5/5/2014
3.4.6 6,006 3/25/2014
3.4.5 13,421 11/19/2013
3.4.3.1 10,765 9/19/2013
3.4.3 268 9/18/2013
3.4.2 1,518 9/6/2013
3.4.1.2 5,295 7/29/2013
3.4.1.1 5,793 7/16/2013
3.4.1 336 7/12/2013
3.4.0 6,281 5/28/2013
3.3.2 8,694 4/15/2013
3.2.1 15,560 1/23/2013
3.2.0 32,130 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.