Select2.js 3.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Select2.js --version 3.5.0
NuGet\Install-Package Select2.js -Version 3.5.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="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Select2.js --version 3.5.0
#r "nuget: Select2.js, 3.5.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=3.5.0

// Install Select2.js as a Cake Tool
#tool nuget:?package=Select2.js&version=3.5.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 (13)

Showing the top 5 NuGet packages that depend on Select2.js:

Package Downloads
Serenity.Web.Assets The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Select2-Bootstrap

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

Vault.js

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

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 539,460 5/15/2020
4.0.11 185,050 10/15/2019
4.0.7 98,004 6/4/2019
4.0.6 30,354 5/6/2019
4.0.6-rc0 13,434 11/7/2017
4.0.5 756,744 10/29/2017
4.0.3 678,932 5/31/2016
4.0.2 148,229 3/15/2016
4.0.1 76,180 1/14/2016
4.0.0 230,460 7/26/2015
3.5.4 21,892 7/12/2018
3.5.3 3,192 7/12/2018
3.5.2 433,908 11/3/2014
3.5.1 562,920 7/30/2014
3.5.0 32,042 6/23/2014
3.4.8 36,170 5/5/2014
3.4.6 33,199 3/25/2014
3.4.5 64,383 11/19/2013
3.4.3.1 77,526 9/19/2013
3.4.3 3,673 9/18/2013
3.4.2 5,459 9/6/2013
3.4.1.2 17,243 7/29/2013
3.4.1.1 36,267 7/16/2013
3.4.1 4,126 7/12/2013
3.4.0 21,297 5/28/2013
3.3.2 14,189 4/15/2013
3.2.1 52,204 1/23/2013
3.2.0 223,077 1/5/2013

Changelog from 3.4.8

#2444 Fix error: Cannot read property 'top' of undefined
#2377 Handling mousemove more delicately
#2366 Calling destroy when still open results in an exception
#2363 query as third parameter to ajax results callback
#2361 Better support for RTL languages
#2358 SyncCssClasses
#2340 "select2-selecting" event returning with bad parameters.
#2339 IE8 does not support Array.prototype.forEach
#2332 Unbind onpropertychange event handler on destroy for IE8-10
#2329 formatMatches makes no sense if there is only one result
#2278 Dynamically set language
#2084 Cant loose focus when select-input has placeholder. [IE11]