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

Add KeyedList question type along with render, configuration, and tests. #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 9, 2022

  1. Add KeyedList question type along with render, configuration, and tests.

    KeyedList derives its behavior from List but allows the developer to define an explicit key press associated with each element that a user can use to directly select that entry vs. key Up/Down.
    KeyedList supports an `auto_confirm` argument that allows an entry to be selected just by the corresponding key. Also supports multiple key matches by jumping through selections on each key press.
    firephreek committed May 9, 2022
    Configuration menu
    Copy the full SHA
    408da2c View commit details
    Browse the repository at this point in the history