1.0.2 • Published 4 years ago

ink-fuzzy-select v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Ink Fuzzy Select

Fuzzy Select Box for Ink

Image

Props

  • options: Array of string or object ({ label, value })
  • onSelect: Call when user press enter, will return with value of the selection
  • limit: size of the ink-select-component

Example

See example/index.js

Todo

  • Test coverage
  • Better documentation
  • CI
  • Inherit more props from ink-select-component and ink-input
  • Typescript?