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).
- Host: GitHub
- URL: https://github.com/mateuscalza/stormbox
- Owner: mateuscalza
- License: mit
- Created: 2016-06-27T14:53:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T12:46:31.000Z (almost 7 years ago)
- Last Synced: 2025-06-05T11:54:46.391Z (about 1 year ago)
- Topics: autocomplete, combobox, full-text-search, json, pagination, vanilla
- Language: JavaScript
- Homepage: http://codepen.io/calza/full/oLZNjJ/
- Size: 453 KB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).