Harvest.Chosen 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Harvest.Chosen --version 1.4.0
NuGet\Install-Package Harvest.Chosen -Version 1.4.0
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.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Harvest.Chosen --version 1.4.0
#r "nuget: Harvest.Chosen, 1.4.0"
#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 Harvest.Chosen as a Cake Addin
#addin nuget:?package=Harvest.Chosen&version=1.4.0

// Install Harvest.Chosen as a Cake Tool
#tool nuget:?package=Harvest.Chosen&version=1.4.0

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2 1,410 4/16/2015
1.4.1 1 4/16/2015
1.4.0 41 4/16/2015
1.3.0.1 981 1/29/2015
1.3.0 49 1/29/2015

Set include_group_label_in_selected to true and Chosen will include the Group label (if it exists) in the selected option text. See #1610 for more info.

Bug Fixes and Updates

#2155 Fixes a dppx warning in Chrome
#2093 Fix Tap-through Bug (tapping an option on a touch-enabled device will no longer tap the element underneath it)
#1704 Inherit title attribute from options and optgroups
#2254 Fix XSS vulnerability