Skip to content

[Bug] Promts with multiselect malfunction #25

@ria02

Description

@ria02

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()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions