inquirer-autocomplete-prompt icon indicating copy to clipboard operation
inquirer-autocomplete-prompt copied to clipboard

transformer option not working

Open ericmorand opened this issue 6 years ago • 1 comments
trafficstars

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?

ericmorand avatar Sep 10 '19 19:09 ericmorand

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.

mokkabonna avatar Aug 31 '20 17:08 mokkabonna