ink-fuzzy-select
v1.0.2
Published
Fuzzy Select Box Component for Ink
Downloads
3
Readme
Ink Fuzzy Select
Fuzzy Select Box for Ink
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?