-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Description
When trying to use a Checkbox
question, one cannot move the cursor up and down to select the boxes to check.
Example
Consider the following program:
import inquirer
questions = [
inquirer.Checkbox(
"food",
"What do you like to eat?",
choices=["banana", "apple", "ice-creem"]
)
]
answers = inquirer.prompt(questions)
print(answers)
Reproduction steps are:
- Copy the code above
- Run it on Windows computer in Power Shell
- Check the banana option (that works)
- Press the down arrow to move to the second option (that doesn't work)
Additional Information
Windows 10
Python version: 3.9.5
Inquirer version: 2.9.1
Metadata
Metadata
Assignees
Labels
No labels