CITGuru / PyInquirer

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

[Enhancement] Checkbox quantities #105

Open deed02392 opened 4 years ago

deed02392 commented 4 years ago

Perfect example, ironically, is pizza toppings! E.g. you might want double bacon and single chicken or something.

Suggest enhancement to enable users to select quantities of checked items.

Example implementation might be to use left and right arrow keys to adjust down/up respectively, with multiple 'checked' circles appearing to represent quantities.

CITGuru commented 3 years ago

Hi @deed02392 I really dont understand what you are trying to say. Thanks

deed02392 commented 3 years ago

The checkbox feature is 'on' or 'off'.

We should have a feature graphically alike, but it toggles between 'off', 'one', 'two', 'three' etc., represented by multiple discs.

CITGuru commented 3 years ago

oh i get now