Select2.js
4.0.2
See the version list below for details.
dotnet add package Select2.js --version 4.0.2
NuGet\Install-Package Select2.js -Version 4.0.2
<PackageReference Include="Select2.js" Version="4.0.2" />
<PackageVersion Include="Select2.js" Version="4.0.2" />
<PackageReference Include="Select2.js" />
paket add Select2.js --version 4.0.2
#r "nuget: Select2.js, 4.0.2"
#:package Select2.js@4.0.2
#addin nuget:?package=Select2.js&version=4.0.2
#tool nuget:?package=Select2.js&version=4.0.2
A jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.7.0)
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,096,564 | 5/15/2020 |
| 4.0.11 | 274,158 | 10/15/2019 |
| 4.0.7 | 121,623 | 6/4/2019 |
| 4.0.6 | 40,999 | 5/6/2019 |
| 4.0.6-rc0 | 16,769 | 11/7/2017 |
| 4.0.5 | 987,712 | 10/29/2017 |
| 4.0.3 | 871,051 | 5/31/2016 |
| 4.0.2 | 184,160 | 3/15/2016 |
| 4.0.1 | 91,798 | 1/14/2016 |
| 4.0.0 | 308,226 | 7/26/2015 |
| 3.5.4 | 41,912 | 7/12/2018 |
| 3.5.3 | 5,443 | 7/12/2018 |
| 3.5.2 | 778,181 | 11/3/2014 |
| 3.5.1 | 892,897 | 7/30/2014 |
| 3.5.0 | 105,230 | 6/23/2014 |
| 3.4.8 | 43,432 | 5/5/2014 |
| 3.4.6 | 38,522 | 3/25/2014 |
| 3.4.5 | 90,828 | 11/19/2013 |
| 3.4.3.1 | 106,396 | 9/19/2013 |
| 3.4.3 | 4,876 | 9/18/2013 |
New features in 4.0.2
Added insertTag option to control the placement of the tags option [#4008]
Added handler for AJAX errors [#3501]
Added insertTag to control the tag position [#4008]
Bug fixes
Fixed positioning issues with static dropdown parents [#3970]
Fixed existing selections not always being respected with array data [#3990]
Sanitize automatically generated ids so CSS identifiers can be used [#3618]
Recursively apply defaults so AJAX defaults can be set [983cd8e]
No need to recalculate the top of the dropdown twice [#4155]