input-prompt
v1.0.0
Published
Input prompt with auto-completion.
Downloads
6
Readme
input-prompt
Input prompt with auto-completion, an ultra simple alternative to Typeahead.js
Install
$ npm install --save input-prompt
input-prompt
does not do anything by default, but you can write rules to achieve something interesting, see usage below.
Usage
Demo and usage are at https://egoist.moe/input-prompt
When the prompt shows you can press → or tab to apply it to the real input
element.
List of plugins
You can wrap your rule into a plugin and publish it on npm, if you did you're welcome to add it here.
License
MIT © EGOIST