Select2.js 3.5.1

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

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

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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Select2.js:

Repository Stars
rstropek/Samples
Version Downloads Last updated
3.5.2 23,721 11/3/2014
3.5.1 10,096 7/30/2014
3.5.0 3,910 6/23/2014
3.4.8 2,914 5/5/2014
3.4.6 2,337 3/25/2014
3.4.5 4,266 11/19/2013
3.4.3.1 2,008 9/19/2013
3.4.3 82 9/18/2013
3.4.2 348 9/6/2013
3.4.1.2 881 7/29/2013
3.4.1.1 3,192 7/16/2013
3.4.1 81 7/12/2013
3.4.0 947 5/28/2013
3.3.2 965 4/15/2013
3.2.1 2,311 1/23/2013
3.2.0 11,148 1/5/2013

Changelog from 3.5.0

#2482 handling keydown keyCode 229
#2434 Tagging support allows creation of tags that are only whitespace
#2278 Dynamically set language

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]