Source: libjs-jquery-selectize.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends:
 debhelper (>=11),
 yui-compressor,
 libjs-jquery,
 libjs-sifter.js,
 libjs-microplugin.js,
Standards-Version: 4.1.5
Homepage: https://github.com/selectize/selectize.js
Vcs-Git: https://salsa.debian.org/js-team/libjs-jquery-selectize.js.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-jquery-selectize.js

Package: libjs-jquery-selectize.js
Architecture: all
Depends:
 ${misc:Depends},
 libjs-jquery,
 libjs-sifter.js,
 libjs-microplugin.js,
Description: Extensible jQuery-based custom select UI control
 Selectize is an extensible jQuery-based custom <select> UI
 control. It's useful for tagging, contact lists, country selectors,
 and so on. The goal is to provide a solid & usable experience with a
 clean and powerful API.
 .
 Features
 .
  * Smart Option Searching / Ranking
 .
    Options are efficiently scored and sorted on-the-fly (using
    libjs-sifter.js). Want to search an item's title *and*
    description?  No problem.
 .
  * Caret between items
 .
    Order matters sometimes. Use the left and right arrow keys to move
    between selected items.
 .
  * Select and delete multiple items at once
 .
    Hold down the CTRL key to select more than one item to delete.
 .
  * Díåcritîçs supported
 .
    Great for international environments.
 .
  * Item creation
 .
    Allow users to create items on the fly (async saving is supported;
    the control locks until the callback is fired).
 .
  * Remote data loading
 .
    For when you have thousands of options and want them provided by
    the server as the user types.
 .
  * Clean API and code
 .
    Interface with it and make modifications easily.
 .
  * Extensible
 .
    Plugin API for developing custom features (uses
    libjs-microplugin.js).
 .
  * Touch Support
