mokkabonna / inquirer-autocomplete-prompt

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

Tab complete throws TypeError exception #81

Closed jordanranz closed 4 years ago

jordanranz commented 5 years ago

Getting the follow exception after attempting to tab complete with suggestOnly: true

TypeError: Cannot read property 'length' of null at InquirerFuzzyPath.Prompt.onKeypress (/Users/jranz/amplify/amplify-cli/packages/amplify-category-xr/node_modules/inquirer-autocomplete-prompt/index.js:221:61) ...

https://github.com/mokkabonna/inquirer-autocomplete-prompt/blob/master/index.js#L215

Related to: https://github.com/adelsz/inquirer-fuzzy-path/issues/7

mokkabonna commented 4 years ago

Don't think it's related to this prompt.