We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes it would be good to group options in select or ideally anything that has choices.
select
Provide a simple separator that is disabled (this is possible already) and that is skipped/never focues by the navigation.
Anything else, like creating actual groups of choices is too complex to get the desired result.
The text was updated successfully, but these errors were encountered:
Something like Inquirer.js Separator will be great. It would be better if we can customize separator char.
Sorry, something went wrong.
+1 for this... it would be awesome
separator would be nice. currently i am using a disabled choice in select/ multi select with hyphens
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Sometimes it would be good to group options in
select
or ideally anything that has choices.Describe the solution you'd like
Provide a simple separator that is disabled (this is possible already) and that is skipped/never focues by the navigation.
Describe alternatives you've considered
Anything else, like creating actual groups of choices is too complex to get the desired result.
The text was updated successfully, but these errors were encountered: