PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

List type is not wrapping lines for message or choices

Open jorgesmu opened this issue 4 years ago • 0 comments

When submitting a question of type 'list' both the message and the choices don't wrap properly when changing the size of the terminal. This is not happening for other type of questions. For example: 'input' question.

Choices are fixed by setting wrap_lines=True in the ConditionalContainer: https://github.com/CITGuru/PyInquirer/blob/master/PyInquirer/prompts/list.py#L134

jorgesmu avatar Jul 20 '21 15:07 jorgesmu