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).