Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stormbox

mateuscalza59MIT1.6.7

StormBox Responsive Autocomplete: pure JS, without jQuery, object-oriented.

stormbox, responsive, autocomplete, combobox, es7, es6, pure, javascript, without, jquery, multi, custom, json, set, other, fields, additional, data

readme

StormBox Responsive AutoComplete

Pure JS, with ES7 features, without jQuery, object-oriented.

Caution! This widget is under construction.

Demo

Avaible on CodePen: http://codepen.io/calza/full/oLZNjJ/

Install

You can use NPM:

$ npm install stormbox --save

Or for a direct use, you can download zip. Only dist/index.min.js is necessary. https://github.com/mateuscalza/stormbox/archive/master.zip

Or use a CDN: https://cdn.rawgit.com/mateuscalza/stormbox/master/dist/index.min.js

Features

  • Pagination
  • Sub-input for search
  • Set other fields value from JSON response
  • Send other fields value (references) in requests
  • Multiple sources (remote, array or select input)
  • Horizontal scroll transition for large texts
  • Pure JS
  • Absolutely Customizable - Create your CSSs or start with ours (example/style.css).