PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Hide/unhide an expand Question

Open darylkell opened this issue 5 years ago • 1 comments

Can't hide the options once they have been revealed. Recommended fix in /prompts/expand.py for the help_choice function:

def help_choice(event):
    ic._help_active = not ic._help_active

darylkell avatar Jun 08 '20 10:06 darylkell

@darylkell This has been fixed. Thanks for your suggestion.

CITGuru avatar Jul 08 '20 07:07 CITGuru