An open API service indexing awesome lists of open source software.

https://github.com/mateuscalza/stormbox

Responsive autocomplete with pure JS (Vanilla).
https://github.com/mateuscalza/stormbox

autocomplete combobox full-text-search json pagination vanilla

Last synced: 4 months ago
JSON representation

Responsive autocomplete with pure JS (Vanilla).

Awesome Lists containing this project

README

          

# StormBox Responsive AutoComplete
StormBox Responsive Autocomplete: pure JS (Vanilla), without jQuery.

## Demo
Avaible on CodePen:
[http://codepen.io/calza/full/oLZNjJ/](http://codepen.io/calza/full/oLZNjJ/)

## Install
You can use NPM:
```sh
$ 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](https://github.com/mateuscalza/es7-autocomplete/archive/master.zip)

Or use a CDN:
[https://cdn.rawgit.com/mateuscalza/stormbox/master/dist/index.min.js](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).