https://github.com/devbridge/vanilla-autocomplete
Fast and fully-featured autocomplete library without any dependencies.
https://github.com/devbridge/vanilla-autocomplete
Last synced: about 1 month ago
JSON representation
Fast and fully-featured autocomplete library without any dependencies.
- Host: GitHub
- URL: https://github.com/devbridge/vanilla-autocomplete
- Owner: devbridge
- Created: 2015-03-02T16:33:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T00:10:43.000Z (about 10 years ago)
- Last Synced: 2025-04-12T20:12:03.350Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://devbridge.github.io/Vanilla-Autocomplete/
- Size: 625 KB
- Stars: 16
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://travis-ci.org/devbridge/Vanilla-Autocomplete)
#Devbridge Vanilla Autocomplete
Library allows you to create autocomplete functionality for text input fields and has no dependencies on any other JavaScript libraries.
##Testing
Tests are written using [Jasmine] and ran with [Karma]. To run
the test suite with PhantomJS, run `$ npm test`.[Jasmine]: http://pivotal.github.com/jasmine/
[Karma]: http://karma-runner.github.io/