mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
350 stars 82 forks source link

make default change selected index #79

Closed rafakato closed 4 years ago

rafakato commented 5 years ago

The problem is the same as https://github.com/mokkabonna/inquirer-autocomplete-prompt/pull/38 but I opted to handle it on search.

This PR let you pass a default option and will use to find the index inside the options to set the selected index.

mokkabonna commented 4 years ago

Closing in favor of #114 , had to resolve some merge conflicts, and still more work to do.