CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Unable to check multiple items using the checkbox examples #173

Open grinchify opened 2 years ago

grinchify commented 2 years ago

Using the following example

https://github.com/CITGuru/PyInquirer/blob/master/examples/checkbox.py

I am unable to check multiple items for example Bacon and Tomato

grinchify commented 2 years ago

Correction* Any way to make it not use spacebar to select items