项目作者: lucamonfredo

项目描述 :
Ultra easy and lightweight autocomplete input for React
高级语言: TypeScript
项目地址: git://github.com/lucamonfredo/johnnymnemonic.git
创建时间: 2018-08-28T08:01:33Z
项目社区:https://github.com/lucamonfredo/johnnymnemonic

开源协议:

下载


\

Ultra easy and lightweight autocomplete input for React.

Installation

  1. npm i @lucamonfredo/johnnymnemonic

Usage

  1. <JohnnyMnemonic
  2. onChange={...} // onChange callback, required
  3. suggestionFunction={...} // a Promise that returns a string[], required
  4. suggestionFuncTimeout={...} // number of msec to debounce suggestionFunc, optional
  5. ... // all other input props, optional
  6. ></JohnnyMnemonic>