Skip to content
New issue

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

[Bug] Promts with multiselect malfunction #25

Closed
ria02 opened this issue Oct 12, 2021 · 0 comments
Closed

[Bug] Promts with multiselect malfunction #25

ria02 opened this issue Oct 12, 2021 · 0 comments

Comments

@ria02
Copy link
Contributor

ria02 commented Oct 12, 2021

When new keybindings registered by user, promts with multiselect=False can be multiselected.

from InquirerPy import inquirer

keybindings={"toggle-all": [{"key": ["c-a", "tab"]}]}
result = inquirer.select(message="Select:", choices=[1, 2, 3], keybindings=keybindings).execute()
ria02 added a commit to ria02/InquirerPy that referenced this issue Oct 12, 2021
kazhala added a commit that referenced this issue Oct 12, 2021
@kazhala kazhala closed this as completed Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants