Select2.js
4.0.6
See the version list below for details.
dotnet add package Select2.js --version 4.0.6
NuGet\Install-Package Select2.js -Version 4.0.6
<PackageReference Include="Select2.js" Version="4.0.6" />
<PackageVersion Include="Select2.js" Version="4.0.6" />
<PackageReference Include="Select2.js" />
paket add Select2.js --version 4.0.6
#r "nuget: Select2.js, 4.0.6"
#:package Select2.js@4.0.6
#addin nuget:?package=Select2.js&version=4.0.6
#tool nuget:?package=Select2.js&version=4.0.6
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 |
|
|
Angular.UI
The enhancement companion suite to the AngularJS framework |
|
|
Vault.js
Part of Vault libraries set designed to enhance experience with latest UI frameworks. |
|
|
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 | 923,088 | 5/15/2020 |
| 4.0.11 | 254,329 | 10/15/2019 |
| 4.0.7 | 114,895 | 6/4/2019 |
| 4.0.6 | 36,848 | 5/6/2019 |
| 4.0.6-rc0 | 15,822 | 11/7/2017 |
| 4.0.5 | 943,551 | 10/29/2017 |
| 4.0.3 | 827,418 | 5/31/2016 |
| 4.0.2 | 178,820 | 3/15/2016 |
| 4.0.1 | 87,652 | 1/14/2016 |
| 4.0.0 | 291,588 | 7/26/2015 |
| 3.5.4 | 37,974 | 7/12/2018 |
| 3.5.3 | 4,401 | 7/12/2018 |
| 3.5.2 | 665,276 | 11/3/2014 |
| 3.5.1 | 834,723 | 7/30/2014 |
| 3.5.0 | 71,769 | 6/23/2014 |
| 3.4.8 | 42,141 | 5/5/2014 |
| 3.4.6 | 37,064 | 3/25/2014 |
| 3.4.5 | 84,735 | 11/19/2013 |
| 3.4.3.1 | 98,626 | 9/19/2013 |
| 3.4.3 | 4,430 | 9/18/2013 |
| 3.4.2 | 6,586 | 9/6/2013 |
| 3.4.1.2 | 22,059 | 7/29/2013 |
| 3.4.1.1 | 40,660 | 7/16/2013 |
| 3.4.1 | 4,986 | 7/12/2013 |
| 3.4.0 | 24,424 | 5/28/2013 |
| 3.3.2 | 17,407 | 4/15/2013 |
| 3.2.1 | 54,749 | 1/23/2013 |
| 3.2.0 | 238,404 | 1/5/2013 |
New features/improvements
Add style property to package.json (#5019)
Implement clear and clearing events (#5058)
Add scrollAfterSelect option (#5150)
Add missing diacritics (#4118, #4337, #5464)
Bug fixes
Fix up arrow error when there are no options in dropdown (#5127)
Add ; before beginning of factory wrapper (#5089)
Fix IE11 issue with select losing focus after selecting an item (#4860)
Clear tooltip from select2-selection__rendered when selection is cleared (#4640, #4746)
Fix keyboard not closing when closing dropdown on iOS 10 (#4680)
User-defined types not normalized properly when passed in as data (#4632)
Perform deep merge for Defaults.set() (#4364)
Fix "the results could not be loaded" displaying during AJAX request (#4356)
Cache objects in Utils.__cache instead of using $.data (#4346, #5486)
Removing the double event binding registration of selection:update (#4306)
Accessibility
Improve .select2-hidden-accessible (#4908)
Add role and aria-readonly attributes to single selection dropdown value (#4881)
Translations
Add Turkmen translations (tk) (#5125)
Fix error in French translations (#5122)
Add Albanian translation (sq) (#5199)
Add Georgian translation (ka) (#5179)
Add Nepali translation (ne) (#5295)
Add Bangla translation (bn) (#5248)
Add removeAllItems translation for clear "x" title (#5291)
Fix wording in Vietnamese translations (#5387)
Fix error in Russian translation (#5401)
Miscellaneous
Remove duplicate CSS selector in classic theme (#5115)