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
default
The default option shows the ids selected but doesn't retain them by default and doesn't show up on the screen:
If I hit enter without making changes, it returns an empty array.
{ choices: async () => { return (await getTags()).map(({id, name}) => ({ name, value: id, })); }, default: toTagIds(tags), message: 'Choose tags:', name: 'tags', type: 'search-checkbox', }
Please let me know what I am doing wrong. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The default option shows the ids selected but doesn't retain them by default and doesn't show up on the screen:
If I hit enter without making changes, it returns an empty array.
Please let me know what I am doing wrong. Thank you!
The text was updated successfully, but these errors were encountered: