Open dcremonini opened 2 months ago
Select is already available (using "type": ["a", "b", "c"]) and multi-select is not really needed, cause the configurator is just used to set single values to keys in the ops config.json. There is no use case for multiple values assigned to a key.
I reopen this issue because, as discussed with @giusdp, the use case is actually there. I modified the description because the selection of a single option was already possible. The multiselection remains the object of this issue.
Problem
To create a wizard configurator, a selection of a choice or a multiple selection are needed.
Currently it's not possible to formulate questions such as:
Impact
100% of users that will install the ops
Priority
high
Expected outcome
multiselect
component of https://www.npmjs.com/package/@clack/prompts can be used.Suggested solution
None