0.0.3 • Published 10 years ago
noe-autocomplete v0.0.3
NOE Autocomplete
Flight JS powered autocomplete UI only component
Installation
npm i -S noe-autocomplete
// OR
bower i -S noe-autocompleteUsage (TBC)
Please see ./public/index.html as a working example.
Browser Support
- All modern browsers
- IE9+
Why not IE8 and below
Test deps don't support that ... and yeah ... really!?
Demo
Clone this repo. cd into the root of this project and run the following command:
$ make setup && npm run-script demoThen you should be able to access a demo of the app @ http://localhost:3000.
For a list of randomly generated terms (aka suggestions), visit http://localhost:3000/terms.
Testing
Clone this repo. cd into the root of this project and run the following command:
$ make setup && npm testThis application uses testem as the test runner :)