inquirer-search-list
inquirer-search-list copied to clipboard
Inquirer.js Prompt to Fuzzy-Search a list of selectables 🔍
NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the...
Account for newer versions of inquirer and allow usage of versions of inquirer depending on strip-ansi without audit issues
The new version's support for getCurrentName doesn't seem to have been released
It doesn't look good, and when typing any character, it crashes ```js choices: [ "Pepperoni", "Ham", "Ground Meat", "Bacon", new inquirer.Separator(), "Mozzarella", "Bottle" ], ```
Hey! Would it be possible to support a default option like the base prompt types do? So when the list populates the default would be pre-selected/highlighted?
# Maintainers, Maintainers... Hey folks, I started using this plugin and noted there were some issues. It looks like there are unresolved PRs as well. Is this repo looking for...
It can be nice to allow item out of the list (instead of selecting the first option).
Short not working in choices object {name, value, short}