markfink / whaaaaat

Inquirer.js port to Python (https://www.npmjs.com/package/inquirer). people blame me for staling this project. I do not have time to work on this right now - whaaaaat do you want me to do? take it offline?
MIT License
83 stars 9 forks source link

Checkbox: inverting ignores disabled entries and selects them even though they are disabled #10

Closed waza-ari closed 6 years ago

waza-ari commented 6 years ago

Ignores disabled entries when inverting the selection. Test:

The result will now contain the disabled entries as well.

https://github.com/finklabs/whaaaaat/blob/dfc69f33e00db495991e60c2a5dc4e5a662b0bb9/whaaaaat/prompts/checkbox.py#L185