magmax/python-inquirer

How do I actually pick an answer in a checkbox?

preeth1 opened this issue · 2 comments

I am trying to run this example:
https://python-inquirer.readthedocs.io/en/latest/examples.html#checkbox-py

I scroll down to an answer and hit Enter on my keyboard to try to check off one item, but it immediately exits the prompt with only that one selection. How do I actually use this? I don't see it in the docs anywhere. Thanks!

H0R5E commented

It took me a while to work this out as well. It would be good if it was explicitly written in the documentation for checkbox, especially in the README. Happy to do a quick PR if that would help.

This is probably the same as #108.

Mat