inquirer-autocomplete-prompt
inquirer-autocomplete-prompt copied to clipboard
transformer option not working
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?
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.