mokkabonna / inquirer-autocomplete-prompt

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

transformer option not working #88

Open ericmorand opened 5 years ago

ericmorand commented 5 years ago

Default inquirer transformer option is not working with this plugin. Looking at the sources, it looks like it is not handled at all.

Is there an alternative way to transform the data returned by the source?

mokkabonna commented 4 years ago

I probably will implement this.

But only when having suggestOnly: true, like inquirer.

If you just want to change the choices, just intercept the promise and manipulate the data as you please.