Harvest.Chosen 1.4.2

dotnet add package Harvest.Chosen --version 1.4.2
                    
NuGet\Install-Package Harvest.Chosen -Version 1.4.2
                    
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="Harvest.Chosen" Version="1.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Harvest.Chosen" Version="1.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Harvest.Chosen" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Harvest.Chosen --version 1.4.2
                    
#r "nuget: Harvest.Chosen, 1.4.2"
                    
#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.
#addin nuget:?package=Harvest.Chosen&version=1.4.2
                    
Install Harvest.Chosen as a Cake Addin
#tool nuget:?package=Harvest.Chosen&version=1.4.2
                    
Install Harvest.Chosen as a Cake Tool

Chosen is a library for making long, unwieldy select boxes more user friendly.

jQuery support: 1.4+
Prototype support: 1.7+
For documentation, usage, and examples, see: https://harvesthq.github.io/chosen/

For downloads, see: https://github.com/harvesthq/chosen/releases/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Harvest.Chosen:

Package Downloads
IMikhailov.Admin.FrontEnd

Front End for admin panel

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2 325,881 4/16/2015
1.4.1 3,446 4/16/2015
1.4.0 3,121 4/16/2015
1.3.0.1 20,906 1/29/2015
1.3.0 3,188 1/29/2015

Chosen is now publishing a bower-friendly version of the compiled files at harvesthq/bower-chosen. The compiled files are automatically pushed there thanks to Travis CI magic. See the following commits if you're interested in the specifics:

#2264 Add a way to build a public-facing Bower repo
#2283 Get a base travis file up and atom
#2284 Let Travis publish bower-chosen
#2285 Use bundler to install gems
#2286 [Travis] Allow detached head when parsing master ref.
Random Bonus Bug Fix

#2268 Ensure result-selected is applied immediately when selecting an element