jquery-ui-listbuilder 1.0.2

dotnet add package jquery-ui-listbuilder --version 1.0.2
NuGet\Install-Package jquery-ui-listbuilder -Version 1.0.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="jquery-ui-listbuilder" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jquery-ui-listbuilder --version 1.0.2
#r "nuget: jquery-ui-listbuilder, 1.0.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.
// Install jquery-ui-listbuilder as a Cake Addin
#addin nuget:?package=jquery-ui-listbuilder&version=1.0.2

// Install jquery-ui-listbuilder as a Cake Tool
#tool nuget:?package=jquery-ui-listbuilder&version=1.0.2

Common applications include the Facebook-style list builder for message recipients (F6) which provides a textarea with an auto-complete function and the ability to re-order and delete recipients. The Apple Mail style builder (F7) adds an action menu next for each item that can be used to offering multiple actions. This supports re-ordering via drag and drop, plus keyboard shortcuts to select and delete items.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 1,765 11/15/2013
1.0.1 1,149 11/15/2013
1.0.0 1,421 11/15/2013

This code is open source and can be found at https://github.com/michael-lang/jquery-ui-listbuilder.
Planning wiki: http://wiki.jqueryui.com/w/page/12137993/ListBuilder
Changes:
1.0.1/1.0.2: rename delimeter option to delimiter to fix spelling.  Old delimeter option name still works for now, but will be removed at a future date.