Is your feature request related to a problem? Please describe.
this was found during testing of Changesets moving to @clack/prompts, where the current CLI has a grouped multiselect with search.
the current groupMultiselect does not support search/autocomplete, and autocompleteMultiselect does not support grouping - and thus this issue exists :)
Describe the solution you'd like
i'm not sure what the best solution would be since it most likely depends on the implementation details of the existing functions.
Describe alternatives you've considered
using either of them, losing out on the functionality of the other :^)
Additional context
changesets/changesets#1879
clack refactor thread in the Changesets Discord
Is your feature request related to a problem? Please describe.
this was found during testing of Changesets moving to
@clack/prompts, where the current CLI has a grouped multiselect with search.the current
groupMultiselectdoes not support search/autocomplete, andautocompleteMultiselectdoes not support grouping - and thus this issue exists :)Describe the solution you'd like
i'm not sure what the best solution would be since it most likely depends on the implementation details of the existing functions.
Describe alternatives you've considered
using either of them, losing out on the functionality of the other :^)
Additional context
changesets/changesets#1879
clack refactor thread in the Changesets Discord