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" />
paket add Select2.js --version 4.0.6
#r "nuget: Select2.js, 4.0.6"
// Install Select2.js as a Cake Addin #addin nuget:?package=Select2.js&version=4.0.6 // Install Select2.js as a Cake Tool #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 |
|
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 | 686,614 | 5/15/2020 |
4.0.11 | 212,805 | 10/15/2019 |
4.0.7 | 103,234 | 6/4/2019 |
4.0.6 | 33,092 | 5/6/2019 |
4.0.6-rc0 | 14,617 | 11/7/2017 |
4.0.5 | 845,511 | 10/29/2017 |
4.0.3 | 746,101 | 5/31/2016 |
4.0.2 | 163,956 | 3/15/2016 |
4.0.1 | 79,829 | 1/14/2016 |
4.0.0 | 259,838 | 7/26/2015 |
3.5.4 | 26,606 | 7/12/2018 |
3.5.3 | 3,580 | 7/12/2018 |
3.5.2 | 520,740 | 11/3/2014 |
3.5.1 | 697,461 | 7/30/2014 |
3.5.0 | 36,092 | 6/23/2014 |
3.4.8 | 39,173 | 5/5/2014 |
3.4.6 | 34,649 | 3/25/2014 |
3.4.5 | 73,372 | 11/19/2013 |
3.4.3.1 | 87,683 | 9/19/2013 |
3.4.3 | 3,945 | 9/18/2013 |
3.4.2 | 5,810 | 9/6/2013 |
3.4.1.2 | 19,259 | 7/29/2013 |
3.4.1.1 | 38,475 | 7/16/2013 |
3.4.1 | 4,477 | 7/12/2013 |
3.4.0 | 22,351 | 5/28/2013 |
3.3.2 | 15,900 | 4/15/2013 |
3.2.1 | 53,302 | 1/23/2013 |
3.2.0 | 230,051 | 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)