You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the code, user must select at least one topping otherwise it should print 'You must choose at least one topping' then ask again but instead program prints a dictionary with toppings as key and empty list as value, which is wrong.
flavienbwk, kyzima-spb, guedesfelipe, samson0v and juandspy
Activity
flavienbwk commentedon Jul 23, 2021
I can reproduce the issue.
kyzima-spb commentedon Jul 31, 2021
The example from the documentation doesn't work either.
juandspy commentedon Jun 21, 2022
I think it's not implemented yet: https://github.com/CITGuru/PyInquirer/blob/master/PyInquirer/prompts/checkbox.py#L121