@raj-upadhyay/asynchronous-autocomplete
v1.0.1
Published
Asynchronous autocompletion
Downloads
3
Maintainers
Readme
asynchronous-autocomplete
The asynchronous-autocomplete library exported as Node.js modules.
Installation
$ npm i -g npm
$npm i asynchronous-autocomplete
In Node.js
// load full build
let searchBox = require('asynchronous-autocomplete')
// pass input field
// url function that returns query link
// function to handle the output.
searchbox(inputField, queryLink, responseHandler)