ontab

0.0.0 • Public • Published

ontab

auto complete logic

usage

var ot = new OnTab( function( value ) {
      console.log( value ); 
    } );

ot.context = [ 'apple', 'hello', 'ass' ]; 
ot.autoComplete( 'a' ); 
ot.autoComplete( 'a' );

printout:

apple
ass

Readme

Keywords

none

Package Sidebar

Install

npm i ontab

Weekly Downloads

2

Version

0.0.0

License

GNU

Last publish

Collaborators

  • mbusenitz